org.apache.jackrabbit.mk.model.tree
Interface ChildNode

All Known Implementing Classes:
AbstractChildNode

public interface ChildNode

TODO: document

Equality and hash codes

Two child node entries are considered equal if and only if their names and referenced node states match. The Object.equals(Object) method needs to be implemented so that it complies with this definition. And while child node entries are not meant for use as hash keys, the Object.hashCode() method should still be implemented according to this equality contract.


Method Summary
 String getName()
          TODO: document
 NodeState getNode()
          TODO: document
 

Method Detail

getName

String getName()
TODO: document


getNode

NodeState getNode()
TODO: document



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.