Package org.infinispan.tree.impl
Class NodeKey
- java.lang.Object
-
- org.infinispan.tree.impl.NodeKey
-
- All Implemented Interfaces:
Serializable
public class NodeKey extends Object implements Serializable
A class that represents the key to a node- Since:
- 4.0
- Author:
- Manik Surtani
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeKey.Externalizerstatic classNodeKey.Type
-
Constructor Summary
Constructors Constructor Description NodeKey(Fqn fqn, NodeKey.Type contents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NodeKey.TypegetContents()FqngetFqn()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
NodeKey
public NodeKey(Fqn fqn, NodeKey.Type contents)
-
-