Uses of Class
org.jgrapht.util.ArrayUnenforcedSet
-
Packages that use ArrayUnenforcedSet Package Description org.jgrapht.graph.specifics Implementations of specifics for various graph types. -
-
Uses of ArrayUnenforcedSet in org.jgrapht.graph.specifics
Fields in org.jgrapht.graph.specifics with type parameters of type ArrayUnenforcedSet Modifier and Type Field Description protected java.util.Map<Pair<V,V>,ArrayUnenforcedSet<E>>
FastLookupDirectedSpecifics. touchingVerticesToEdgeMap
protected java.util.Map<Pair<V,V>,ArrayUnenforcedSet<E>>
FastLookupUndirectedSpecifics. touchingVerticesToEdgeMap
-