Uses of Interface
org.jgrapht.graph.GraphSpecificsStrategy
Package
Description
Implementations of various graphs.
Specialized graph implementations using the FastUtil library
-
Uses of GraphSpecificsStrategy in org.jgrapht.graph
Modifier and TypeClassDescriptionclass
A default lookup specifics strategy implementation.class
The fast lookup specifics strategy implementation.ModifierConstructorDescriptionprotected
AbstractBaseGraph
(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, GraphType type, GraphSpecificsStrategy<V, E> graphSpecificsStrategy) Construct a new graph.DirectedAcyclicGraph
(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, boolean weighted, boolean allowMultipleEdges, GraphSpecificsStrategy<V, E> graphSpecificsStrategy) Construct a directed acyclic graph.protected
DirectedAcyclicGraph
(Supplier<V> vertexSupplier, Supplier<E> edgeSupplier, DirectedAcyclicGraph.VisitedStrategyFactory visitedStrategyFactory, DirectedAcyclicGraph.TopoOrderMap<V> topoOrderMap, boolean weighted, boolean allowMultipleEdges, GraphSpecificsStrategy<V, E> graphSpecificsStrategy) Construct a directed acyclic graph. -
Uses of GraphSpecificsStrategy in org.jgrapht.opt.graph.fastutil
Modifier and TypeClassDescriptionclass
The fast lookup specifics strategy implementation using fastutil maps for storage..class
A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.class
FastutilGSS<V,
E> A specifics strategy implementation using fastutil maps for storage.class
A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.