Uses of Interface
org.jgrapht.graph.concurrent.AsSynchronizedGraph.CacheStrategy
Packages that use AsSynchronizedGraph.CacheStrategy
Package
Description
Implementations of various concurrent graph structures.
-
Uses of AsSynchronizedGraph.CacheStrategy in org.jgrapht.graph.concurrent
Classes in org.jgrapht.graph.concurrent that implement AsSynchronizedGraph.CacheStrategyModifier and TypeClassDescriptionprivate classUse cache for AsSynchronizedGraph'sedgesOf,incomingEdgesOfandoutgoingEdgesOfmethods.private classDon't use cache for AsSynchronizedGraph'sedgesOf,incomingEdgesOfandoutgoingEdgesOfmethods.private classDisable 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.CacheStrategyModifier and TypeFieldDescriptionprivate AsSynchronizedGraph.CacheStrategy<V, E> AsSynchronizedGraph.cacheStrategy