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 classAsSynchronizedGraph.CacheAccessUse cache for AsSynchronizedGraph'sedgesOf,incomingEdgesOfandoutgoingEdgesOfmethods.private classAsSynchronizedGraph.NoCacheDon't use cache for AsSynchronizedGraph'sedgesOf,incomingEdgesOfandoutgoingEdgesOfmethods.private classAsSynchronizedGraph.NoCopyDisable 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
-