[Overview][Classes][Index] |
Remove a data item from the list.
Source position: avl_tree.pp line 98
public procedure TAVLTree.Remove( |
Data: Pointer |
); |
Data |
|
Data item to remove from the tree. |
Remove finds the node associated with Data using find and, if found, deletes it from the tree. Only the first occurrence of Data will be removed.
|
Delete a node from the tree |
|
|
Remove a pointer item from the list. |
|
|
Clears the tree |
|
|
Find a data item in the tree. |