protected class RedBlackTree.RBNode extends BinaryTree.Node
RedBlackTree.RBNode is an element of this tree.key| Modifier | Constructor and Description |
|---|---|
protected |
RBNode(java.lang.Object key) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
left, parent, rightpublic java.lang.String toString()
toString in class BinaryTree.NodeCopyright (c) 2006 C. Scott Ananian