Package io.bdeploy.bhive.model
Class Tree.Key
java.lang.Object
io.bdeploy.bhive.model.Tree.Key
- All Implemented Interfaces:
Serializable,Comparable<Tree.Key>
- Enclosing class:
- Tree
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Key
-
-
Method Details
-
getName
- Returns:
- the unique name of the
Treeentry
-
getType
- Returns:
- the type of the entry
-
compareTo
- Specified by:
compareToin interfaceComparable<Tree.Key>
-
toString
-
hashCode
@Generated("Eclipse") public int hashCode() -
equals
-