CoreClasses Xojo Plugin

AVLTree.Remove Method

Removes a item from the tree.

Remove(
   key as Variant)

Parameters

key
The key to remove. The data-type for this key must match the selected comparer. If you have a comparer that can compare more than one data-type and evaluate which one is bigger then multiple key types may be used in the same tree.

Remarks

If the key did not exist then nothing is done. The Exists function can be used to query f a key exists in the tree.

See Also

AVLTree Class