net.cscott.jutil

Class RedBlackTree.RBNode

protected class RedBlackTree.RBNode extends Node

A RBNode is an element of this tree.
Constructor Summary
protected RBNode(Object key)
Method Summary
StringtoString()

Constructor Detail

RBNode

protected RBNode(Object key)

Method Detail

toString

public String toString()
Copyright © 2003 C. Scott Ananian