remove

fun remove(key: Iterable<K>): V?

Remove the specified key and any associated value from the receiver. Fast, because it does not alter the shape of the tree.

Return

The value previously associated with key, if any.

Parameters

key

The search key.