harpoon.Util.Collections
Class RedBlackTree.RBNode

java.lang.Object
  |
  +--harpoon.Util.Collections.BinaryTree.Node
        |
        +--harpoon.Util.Collections.RedBlackTree.RBNode
Enclosing class:
RedBlackTree

protected class RedBlackTree.RBNode
extends BinaryTree.Node

A RBNode is an element of this tree.


Field Summary
 
Fields inherited from class harpoon.Util.Collections.BinaryTree.Node
key
 
Constructor Summary
protected RedBlackTree.RBNode(Object key)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class harpoon.Util.Collections.BinaryTree.Node
left, parent, right
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RedBlackTree.RBNode

protected RedBlackTree.RBNode(Object key)
Method Detail

toString

public String toString()
Overrides:
toString in class BinaryTree.Node