Uses of Interface
org.jgrapht.graph.concurrent.AsSynchronizedGraph.CacheStrategy
-
Packages that use AsSynchronizedGraph.CacheStrategy Package Description org.jgrapht.graph.concurrent Implementations of various concurrent graph structures. -
-
Uses of AsSynchronizedGraph.CacheStrategy in org.jgrapht.graph.concurrent
Classes in org.jgrapht.graph.concurrent that implement AsSynchronizedGraph.CacheStrategy Modifier and Type Class Description private class
AsSynchronizedGraph.CacheAccess
Use cache for AsSynchronizedGraph'sedgesOf
,incomingEdgesOf
andoutgoingEdgesOf
methods.private class
AsSynchronizedGraph.NoCache
Don't use cache for AsSynchronizedGraph'sedgesOf
,incomingEdgesOf
andoutgoingEdgesOf
methods.private class
AsSynchronizedGraph.NoCopy
Disable cache as perNoCache
, and also don't produce copies; instead, just directly return the results from the underlying graph.Fields in org.jgrapht.graph.concurrent declared as AsSynchronizedGraph.CacheStrategy Modifier and Type Field Description private AsSynchronizedGraph.CacheStrategy<V,E>
AsSynchronizedGraph. cacheStrategy
-