E
- type of element of the nodepublic interface IRBTNodeManager<E>
Modifier and Type | Method and Description |
---|---|
IRBTNode<E> |
getRootNode() |
IRBTNode<E> |
newSentinel()
to get a new sentinel
|
void |
setRootNode(IRBTNode<E> rootNode)
set the root red black tree node
|
IRBTNode<E> getRootNode() throws RBTException
RBTException
void setRootNode(IRBTNode<E> rootNode) throws RBTException
rootNode
- the root red black tree nodeRBTException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.