T - type of elementpublic static class RedBlackTreeInteger.Node<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
T |
getElement()
Return the element hold by this node.
|
int |
getValue()
Return the value hold by this node.
|
void |
setElement(T element)
Replace the element hold by this node.
|
Copyright © 2019. All rights reserved.