Preceding node in the tree.
Source position: avl_tree.pp line 57
| 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. |