org.infinispan.tree
Class NodeKey

java.lang.Object
  extended by org.infinispan.tree.NodeKey

public class NodeKey
extends Object

A class that represents the key to a node

Since:
4.0
Author:
Manik Surtani

Nested Class Summary
static class NodeKey.Externalizer
           
static class NodeKey.Type
           
 
Constructor Summary
NodeKey(Fqn fqn, NodeKey.Type contents)
           
 
Method Summary
 boolean equals(Object o)
           
 NodeKey.Type getContents()
           
 Fqn getFqn()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeKey

public NodeKey(Fqn fqn,
               NodeKey.Type contents)
Method Detail

getFqn

public Fqn getFqn()

getContents

public NodeKey.Type getContents()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.