[Overview][Types][Classes][Variables][Index] |
Succeeding node in the tree
Source position: avl_tree.pp line 48
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 |