Uses of Class
org.jgrapht.graph.concurrent.AsSynchronizedGraph
Packages that use AsSynchronizedGraph
Package
Description
Implementations of various concurrent graph structures.
-
Uses of AsSynchronizedGraph in org.jgrapht.graph.concurrent
Methods in org.jgrapht.graph.concurrent that return AsSynchronizedGraphModifier and TypeMethodDescriptionBuild the AsSynchronizedGraph.AsSynchronizedGraph.setCache(boolean cacheEnabled) Set the cache strategy foredgesOf,incomingEdgesOfandoutgoingEdgesOfmethods.Constructors in org.jgrapht.graph.concurrent with parameters of type AsSynchronizedGraphModifierConstructorDescriptionBuilder(AsSynchronizedGraph<V, E> graph) Construct a new Builder matching the settings of an existing graph.