Uses of Class
org.jgrapht.graph.specifics.DirectedEdgeContainer
-
Packages that use DirectedEdgeContainer Package Description org.jgrapht.graph.specifics Implementations of specifics for various graph types. -
-
Uses of DirectedEdgeContainer in org.jgrapht.graph.specifics
Fields in org.jgrapht.graph.specifics with type parameters of type DirectedEdgeContainer Modifier and Type Field Description protected java.util.Map<V,DirectedEdgeContainer<V,E>>
DirectedSpecifics. vertexMapDirected
Methods in org.jgrapht.graph.specifics that return DirectedEdgeContainer Modifier and Type Method Description protected DirectedEdgeContainer<V,E>
DirectedSpecifics. getEdgeContainer(V vertex)
A lazy build of edge container for specified vertex.Constructor parameters in org.jgrapht.graph.specifics with type arguments of type DirectedEdgeContainer Constructor Description DirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph, java.util.Map<V,DirectedEdgeContainer<V,E>> vertexMap)
Construct a new directed specifics.DirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph, java.util.Map<V,DirectedEdgeContainer<V,E>> vertexMap, EdgeSetFactory<V,E> edgeSetFactory)
Construct a new directed specifics.FastLookupDirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph, java.util.Map<V,DirectedEdgeContainer<V,E>> vertexMap)
Construct a new fast lookup directed specifics.FastLookupDirectedSpecifics(AbstractBaseGraph<V,E> abstractBaseGraph, java.util.Map<V,DirectedEdgeContainer<V,E>> vertexMap, EdgeSetFactory<V,E> edgeSetFactory)
Construct a new fast lookup directed specifics.
-