Class AsSynchronizedGraph.NoCopy

  • All Implemented Interfaces:
    java.io.Serializable, AsSynchronizedGraph.CacheStrategy<V,​E>
    Enclosing class:
    AsSynchronizedGraph<V,​E>

    private class AsSynchronizedGraph.NoCopy
    extends AsSynchronizedGraph.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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NoCopy()