[Overview][Types][Classes][Variables][Index] |
Create a new instance of TAVLTreeNodeEnumerator
Source position: avl_tree.pp line 74
public constructor TAVLTreeNodeEnumerator.Create( |
Tree: TAVLTree; |
aLowToHigh: Boolean = True |
); |
Tree |
|
TAVLTree instance to enumerate |
aLowToHigh |
|
Should the tree be enumerated from low to high or not |
Create creates a new instance of TAVLTreeNodeEnumerator and saves the Tree argument for later use in the enumerator.