Module org.jgrapht.core
Package org.jgrapht.graph.concurrent
Implementations of various concurrent graph structures.
-
Interface Summary Interface Description AsSynchronizedGraph.CacheStrategy<V,E> An interface for cache strategy of AsSynchronizedGraph'sedgesOf
,incomingEdgesOf
andoutgoingEdgesOf
methods. -
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
.AsSynchronizedGraph.CopyOnDemandSet<E> Create a synchronized (thread-safe) and unmodifiable Set backed by the specified Set.