org.apache.jackrabbit.core.state
Class NodeState.ChildNodeEntry

java.lang.Object
  extended byorg.apache.jackrabbit.core.state.NodeState.ChildNodeEntry
Enclosing class:
NodeState

public static class NodeState.ChildNodeEntry
extends Object

ChildNodeEntry specifies the name, index (in the case of same-name siblings) and the UUID of a child node entry.


Method Summary
 boolean equals(Object obj)
           
 int getIndex()
           
 QName getName()
           
 NodeState.ChildNodeEntry getNextSibling()
           
 String getUUID()
           
 int hashCode()
          Returns zero to satisfy the Object equals/hashCode contract.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getUUID

public String getUUID()

getName

public QName getName()

getIndex

public int getIndex()

getNextSibling

public NodeState.ChildNodeEntry getNextSibling()

equals

public boolean equals(Object obj)

toString

public String toString()

hashCode

public int hashCode()
Returns zero to satisfy the Object equals/hashCode contract. This class is mutable and not meant to be used as a hash key.

Returns:
always zero
See Also:
Object.hashCode()


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.