Class AsSynchronizedGraph.NoCopy

java.lang.Object
AsSynchronizedGraph<V,E>.org.jgrapht.graph.concurrent.AsSynchronizedGraph.NoCache
org.jgrapht.graph.concurrent.AsSynchronizedGraph.NoCopy
All Implemented Interfaces:
Serializable, AsSynchronizedGraph.CacheStrategy<V,E>
Enclosing class:
AsSynchronizedGraph<V,E>

private class AsSynchronizedGraph.NoCopy extends AsSynchronizedGraph<V,E>.NoCache
Disable cache as per NoCache, and also don't produce copies; instead, just directly return the results from the underlying graph. This requires the caller to explicitly synchronize iterations over these collections.