Class of TAVLTreeNode.
Source position: avl_tree.pp line 55
type TAVLTreeNodeClass = class of TAVLTreeNode; |
TAVLTreeNodeClass is the class of TAVLTreeNode. It is the type of the TAVLTree.NodeClass property and determines what class of nodes will be created by the tree.
|
Represents a node in the tree. |
|
|
Node class to create. |
|
|
AVL tree component. |