[Overview][Types][Classes][Variables][Index] |
Remove a data item from the list.
Source position: avl_tree.pp line 123
public function TAVLTree.Remove( |
Data: Pointer |
):Boolean; |
Data |
|
Data item to remove from the tree. |
True if the data was found and removed, False if not.
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. |