Package org.jgrapht.graph.concurrent
package org.jgrapht.graph.concurrent
Implementations of various concurrent graph structures.
-
ClassDescriptionAsSynchronizedGraph<V,
E> Create a synchronized (thread-safe) Graph backed by the specified Graph.A builder forAsSynchronizedGraph.An interface for cache strategy of AsSynchronizedGraph'sedgesOf,incomingEdgesOfandoutgoingEdgesOfmethods.Create a synchronized (thread-safe) and unmodifiable Set backed by the specified Set.