Package | Description |
---|---|
org.jgrapht.graph.concurrent |
Implementations of various concurrent graph structures.
|
Modifier and Type | Method and 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 for
edgesOf , incomingEdgesOf and
outgoingEdgesOf methods. |
Constructor and Description |
---|
Builder(AsSynchronizedGraph<V,E> graph)
Construct a new Builder matching the settings of an existing graph.
|
Copyright © 2019. All rights reserved.