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