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 class
Use cache for AsSynchronizedGraph'sedgesOf
,incomingEdgesOf
andoutgoingEdgesOf
methods.private class
Don't use cache for AsSynchronizedGraph'sedgesOf
,incomingEdgesOf
andoutgoingEdgesOf
methods.private class
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.CacheStrategyModifier and TypeFieldDescriptionprivate AsSynchronizedGraph.CacheStrategy
<V, E> AsSynchronizedGraph.cacheStrategy