Class Tree.Key

java.lang.Object
io.bdeploy.bhive.model.Tree.Key
All Implemented Interfaces:
Serializable, Comparable<Tree.Key>
Enclosing class:
Tree

public static final class Tree.Key extends Object implements Serializable, Comparable<Tree.Key>
A key to uniquely identify a Tree entry. Carries type information as non-identifying additional meta-data. The name of an entry must be unique within it's containing Tree (remember that Trees can be nested).
See Also: