[Overview][Classes][Index] |
Reference to the right subtree of the current node.
Source position: avl_tree.pp line 38
public TAVLTreeNode.Right : TAVLTreeNode; |
Right contains a reference to the first node in the right subtree of the current node. It is Nil if there is no right subtree.
|
Reference to the parent node in the tree. |
|
|
Reference to the left subtree of the current node. |