Uses of Package
org.jgrapht.graph.concurrent
Packages that use org.jgrapht.graph.concurrent
Package
Description
Implementations of various concurrent graph structures.
-
Classes in org.jgrapht.graph.concurrent used by org.jgrapht.graph.concurrentClassDescriptionCreate a synchronized (thread-safe) Graph backed by the specified Graph.A builder for
AsSynchronizedGraph
.An interface for cache strategy of AsSynchronizedGraph'sedgesOf
,incomingEdgesOf
andoutgoingEdgesOf
methods.Create a synchronized (thread-safe) and unmodifiable Set backed by the specified Set.Don't use cache for AsSynchronizedGraph'sedgesOf
,incomingEdgesOf
andoutgoingEdgesOf
methods.