Interface | Description |
---|---|
IRBTComparableNode<E> |
Red Black Tree node interface for comparison only
|
IRBTNode<E> |
Red Black Tree node interface
color definition: RedBlackTree#BLACK and RedBlackTree#RED Note for implementation: identity must be original object identity in memory, do not redefine Object.equals(Object) and Object.hashCode() |
Class | Description |
---|---|
RBTSentinel<E> |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.