Create a new tree node.
Source position: avl_tree.pp line 122
public function TAVLTree.NewNode: TAVLTreeNode; virtual; |
The newly created tree node.
NewNode creates a new node, but does not insert it in the tree. It will use the node manager if that is set. If it is not set then the TAVLTree.NodeClass class is used to create a new node.
|
Node class to create. |
|
|
Add a new node to the tree. |
|
|
Dispose of a node outside of the tree. |