Unit 'AVL_Tree' Package
[Overview][Types][Classes][Variables][Index] [#fcl]

TAVLTreeNodeEnumerator.MoveNext

Move to next node in the tree.

Declaration

Source position: avl_tree.pp line 76

public function TAVLTreeNodeEnumerator.MoveNext: Boolean;

Function result

Next node.

Description

MoveNext will return the lowest node in the tree to start with, and for all other calls returns the successor node of the current node with TAVLTree.FindSuccessor.

See also

TAVLTree.FindSuccessor

  

Find successor to node.


Documentation generated on: Jul 24 2023