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