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 (c) 2006 C. Scott Ananian