Uses of Interface
org.jgrapht.graph.GraphSpecificsStrategy
| Package | Description |
|---|---|
| org.jgrapht.graph |
Implementations of various graphs.
|
| org.jgrapht.opt.graph.fastutil |
Specialized graph implementations using the FastUtil library
|
-
Uses of GraphSpecificsStrategy in org.jgrapht.graph
Classes in org.jgrapht.graph that implement GraphSpecificsStrategy Modifier and Type Class Description classDefaultGraphSpecificsStrategy<V,E>A default lookup specifics strategy implementation.classFastLookupGraphSpecificsStrategy<V,E>The fast lookup specifics strategy implementation.Constructors in org.jgrapht.graph with parameters of type GraphSpecificsStrategy Constructor Description AbstractBaseGraph(java.util.function.Supplier<V> vertexSupplier, java.util.function.Supplier<E> edgeSupplier, GraphType type, GraphSpecificsStrategy<V,E> graphSpecificsStrategy)Construct a new graph. -
Uses of GraphSpecificsStrategy in org.jgrapht.opt.graph.fastutil
Classes in org.jgrapht.opt.graph.fastutil that implement GraphSpecificsStrategy Modifier and Type Class Description classFastutilFastLookupGSS<V,E>The fast lookup specifics strategy implementation using fastutil maps for storage..classFastutilFastLookupIntVertexGSS<E>A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.classFastutilGSS<V,E>A specifics strategy implementation using fastutil maps for storage.classFastutilIntVertexGSS<E>A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.