Uses of Class
org.jgrapht.graph.concurrent.AsSynchronizedGraph
Package
Description
Implementations of various concurrent graph structures.
-
Uses of AsSynchronizedGraph in org.jgrapht.graph.concurrent
Modifier and TypeMethodDescriptionBuild the AsSynchronizedGraph.AsSynchronizedGraph.setCache
(boolean cacheEnabled) Set the cache strategy foredgesOf
,incomingEdgesOf
andoutgoingEdgesOf
methods.ModifierConstructorDescriptionBuilder
(AsSynchronizedGraph<V, E> graph) Construct a new Builder matching the settings of an existing graph.