[Overview][Types][Classes][Variables][Index] |
Should the enumerator return nodes from low to high or high to low
Source position: avl_tree.pp line 78
public property TAVLTreeNodeEnumerator.LowToHigh : Boolean |
LowToHigh determines whether the tree is walked from low to high or high to low. It's value is set in the constructor and cannot be changed while enumerating the tree nodes.
|
Create a new instance of TAVLTreeNodeEnumerator |