Class DistributedTree.Entry

  • Enclosing class:
    DistributedTree

    public static class DistributedTree.Entry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.Object[] path, DistributedObject value)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Object[] getPath()  
      DistributedObject getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getPath

        public java.lang.Object[] getPath()