public class RedBlackList.Node extends ContainerNode<T,RedBlackList.Node>
value| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
void |
onChildrenChanged() |
compareTo, toStringassign, closest, getChild, getLeft, getLeftMost, getNext, getParent, getPrev, getRight, getRightMost, getRoot, getSibling, getSide, isBlack, isRed, most, requireParent, setRight, topublic Node(T value)
public void onChildrenChanged()
onChildrenChanged in class RedBlackNode<RedBlackList.Node>public int getCount()