|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
An interface for nodes in a tree designed to quickly lookup partitions. Branch nodes in this tree contain other nodes. Leaf nodes in the tree contain a referrence to a partition 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. |
| Method Detail |
|---|
boolean isLeaf()
true if the class is a leaf node, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||