Find the node most right of a specified node with the same data.
Source position: avl_tree.pp line 165
| public function TAVLTree.FindRightMostSameKey( | 
| ANode: TAVLTreeNode | 
| ):TAVLTreeNode; | 
| ANode | 
 | The node to start the search from. | 
The treenode that was found, or nil if none found.
FindRighMostSameKey finds the node most right from and with the same data as the specified node ANode.
| 
 | Find the node most right to a specified node. | |
| 
 | Find the node most right to a specified key node. | |
| 
 | Find the node most left to a specified node with the same data. |