| [Overview][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Enumerator for the TAVLTree tree nodes
Source position: avl_tree.pp line 55
type TAVLTreeNodeEnumerator = class end;  | 
||
public  | 
||
constructor Create();  | 
  | 
Create a new instance of TAVLTreeNodeEnumerator  | 
function MoveNext;  | 
  | 
Move to next node in the tree.  | 
property Current: TAVLTreeNode; [r]  | 
  | 
Current node in the tree  | 
  | 
Enumerator for the TAVLTree tree nodes  | 
|
| | | ||
TObject  | 
TAVLTreeNodeEnumerator is a class which implements the enumerator interface for the TAVLTree. It enumerates all the nodes in the tree.
  | 
AVL tree component  |