Uses of Interface
org.jgrapht.graph.specifics.Specifics
Packages that use Specifics
Package
Description
Implementations of various graphs.
Implementations of specifics for various graph types.
Specialized graph implementations using the FastUtil library
-
Uses of Specifics in org.jgrapht.graph
Methods in org.jgrapht.graph that return types with arguments of type SpecificsModifier and TypeMethodDescriptionDefaultGraphSpecificsStrategy.getSpecificsFactory()FastLookupGraphSpecificsStrategy.getSpecificsFactory()GraphSpecificsStrategy.getSpecificsFactory()Get a function which creates the specifics. -
Uses of Specifics in org.jgrapht.graph.specifics
Classes in org.jgrapht.graph.specifics that implement SpecificsModifier and TypeClassDescriptionclassDirectedSpecifics<V,E> Plain implementation of DirectedSpecifics.classFast implementation of DirectedSpecifics.classFast implementation of UndirectedSpecifics.classUndirectedSpecifics<V,E> Plain implementation of UndirectedSpecifics. -
Uses of Specifics in org.jgrapht.opt.graph.fastutil
Methods in org.jgrapht.opt.graph.fastutil that return types with arguments of type SpecificsModifier and TypeMethodDescriptionFastutilFastLookupGSS.getSpecificsFactory()FastutilFastLookupIntVertexGSS.getSpecificsFactory()FastutilGSS.getSpecificsFactory()FastutilIntVertexGSS.getSpecificsFactory()