remove

open override fun remove(key: Key): Value?(source)


fun remove(key: Key, value: Value): Boolean(source)

Removes the entry key ->value if it exists, returning true if removed.