Uses of Class
org.jgrapht.graph.concurrent.AsSynchronizedGraph
| Package | Description |
|---|---|
| org.jgrapht.graph.concurrent |
Implementations of various concurrent graph structures.
|
-
Uses of AsSynchronizedGraph in org.jgrapht.graph.concurrent
Methods in org.jgrapht.graph.concurrent that return AsSynchronizedGraph Modifier and Type Method Description AsSynchronizedGraph<V,E>AsSynchronizedGraph.Builder. build(Graph<V,E> graph)Build the AsSynchronizedGraph.AsSynchronizedGraph<V,E>AsSynchronizedGraph. setCache(boolean cacheEnabled)Set the cache strategy foredgesOf,incomingEdgesOfandoutgoingEdgesOfmethods.Constructors in org.jgrapht.graph.concurrent with parameters of type AsSynchronizedGraph Constructor Description Builder(AsSynchronizedGraph<V,E> graph)Construct a new Builder matching the settings of an existing graph.