Removes the element with the given key from the BTreeMap.
key associated with the element to delete.
true if the element with the given key was found and deleted, false otherwise.
See Implementation
Removes the element with the given key from the BTreeMap.