|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.OS.BGP4.Util.RadixTreeNode
A node in a radix tree.
RadixTree| Field Summary | |
java.lang.Object |
data
The data object, if any, associated with the binary string that this node represents. |
RadixTreeNode |
left
A pointer to the left child (indicating a zero in the binary sequence). |
RadixTreeNode |
right
A pointer to the right child (indicating a one in the binary sequence). |
| Constructor Summary | |
RadixTreeNode()
Constructs a radix tree node using default values. |
|
| Method Summary | |
boolean |
is_empty()
Determines whether the subtree rooted at this node contains any data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.Object data
public RadixTreeNode left
public RadixTreeNode right
| Constructor Detail |
public RadixTreeNode()
| Method Detail |
public boolean is_empty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||