[Overview][Types][Classes][Variables][Index] |
Preceding node in the tree
Source position: avl_tree.pp line 49
public function TAVLTreeNode.Precessor: TAVLTreeNode; |
The preceding node
Precessor calculates and return the preceding (left) node in the tree. For the first node, Nil is returned.
|
Succeeding node in the tree |