Package org.jgrapht.graph.concurrent
Implementations of various concurrent graph structures.
-
Class Summary Class Description AsSynchronizedGraph<V,E> Create a synchronized (thread-safe) Graph backed by the specified Graph.AsSynchronizedGraph.Builder<V,E> A builder forAsSynchronizedGraph
.