|
JUtil | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.cscott.jutil.BinaryTree.Node net.cscott.jutil.RedBlackTree.RBNode
protected class RedBlackTree.RBNode
A RedBlackTree.RBNode
is an element of this tree.
Field Summary |
---|
Fields inherited from class net.cscott.jutil.BinaryTree.Node |
---|
key |
Constructor Summary | |
---|---|
protected |
RedBlackTree.RBNode(Object key)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class net.cscott.jutil.BinaryTree.Node |
---|
left, parent, right |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected RedBlackTree.RBNode(Object key)
Method Detail |
---|
public String toString()
toString
in class BinaryTree.Node
|
JUtil | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |