Succeeding node in the tree.
Source position: avl_tree.pp line 56
public function TAVLTreeNode.Successor: TAVLTreeNode; |
The sucessor node.
Successor calculates and return the succeeding (right) node in the tree. For the last node, Nil is returned.
|
Preceding node in the tree. |