|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DnNode<N>
An interface for nodes in a tree designed to quickly lookup hierarchical DN. Branch nodes in this tree contain other nodes. Leaf nodes in the tree contain a reference to an object whose suffix is the path through the nodes of the tree from the root.
Method Summary | |
---|---|
boolean |
isLeaf()
Tells if the implementation is a leaf node. |
int |
size()
Returns the number of entries under this node. |
Method Detail |
---|
boolean isLeaf()
true
if the class is a leaf node, false otherwise.int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |