| [Overview][Types][Classes][Variables][Index] | 
Called when the AVL tree no longer needs node
Source position: avl_tree.pp line 62
public procedure TBaseAVLTreeNodeManager.DisposeNode(  | 
ANode: TAVLTreeNode  | 
); virtual; abstract;  | 
ANode  | 
  | 
Node to dispose of  | 
DisposeNode is called by TAVLTree when it no longer needs a TAVLTreeNode instance. The manager may decide to re-use the instance for later use instead of destroying it.
  | 
Called when the AVL tree needs a new node  | 
|
  | 
Delete a node from the tree  | 
|
  | 
Represents a node in the tree.  |