Package org.hcjf.cloud.impl.objects
Class DistributedTree.Entry
- java.lang.Object
-
- org.hcjf.cloud.impl.objects.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()DistributedObjectgetValue()
-
-
-
Constructor Detail
-
Entry
public Entry(java.lang.Object[] path, DistributedObject value)
-
-
Method Detail
-
getPath
public java.lang.Object[] getPath()
-
getValue
public DistributedObject getValue()
-
-