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 class
NodeKey.Externalizer
static class
NodeKey.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 boolean
equals(Object o)
NodeKey.Type
getContents()
Fqn
getFqn()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
NodeKey
public NodeKey(Fqn fqn, NodeKey.Type contents)
-
-