Uses of Class
org.jgrapht.graph.concurrent.AsSynchronizedGraph.Builder
| Package | Description |
|---|---|
| org.jgrapht.graph.concurrent |
Implementations of various concurrent graph structures.
|
-
Uses of AsSynchronizedGraph.Builder in org.jgrapht.graph.concurrent
Methods in org.jgrapht.graph.concurrent that return AsSynchronizedGraph.Builder Modifier and Type Method Description AsSynchronizedGraph.Builder<V,E>AsSynchronizedGraph.Builder. cacheDisable()Request a synchronized graph without caching.AsSynchronizedGraph.Builder<V,E>AsSynchronizedGraph.Builder. cacheEnable()Request a synchronized graph with caching.AsSynchronizedGraph.Builder<V,E>AsSynchronizedGraph.Builder. clearCopyless()Request a synchronized graph which returns collection copies.AsSynchronizedGraph.Builder<V,E>AsSynchronizedGraph.Builder. setCopyless()Request a synchronized graph which does not return collection copies.AsSynchronizedGraph.Builder<V,E>AsSynchronizedGraph.Builder. setFair()Request a synchronized graph with fair mode.AsSynchronizedGraph.Builder<V,E>AsSynchronizedGraph.Builder. setNonfair()Request a synchronized graph with non-fair mode.