| Modifier and Type | Method and Description |
|---|---|
void |
BinarySearchTree.delete(K key)
This is the public method used to delete a TreeItem from the
BinarySearchTree based
on the specified key. |
TreeItem<K,V> |
BinarySearchTree.getRootItem()
Method to get the TreeItem currently in the root of this BinarySearchTree
|