Interface | Description |
---|---|
IRBTNodeManager<E> |
interface for node management
|
IRBTVisitable<E> | |
IRBTVisitor<E> |
Class | Description |
---|---|
RBTNodeListIterator<E> |
iterator on red black tree
|
RedBlackTree<E> |
red black tree manager
attached / detached to the tree Independent of kind of element stored by the nodes no more duplicate key browsing Optionally manage index |
Exception | Description |
---|---|
RBTException | |
RBTExceptionOutOfBound |
thrown when index in red black tree out of bound
|
RBTRuntimeException |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.