remove

abstract override fun remove(key: String): Boolean(source)

Removes the value associated with the specified key from this container.

This method will remove the key-value pair from the container.

Return

true if the key was removed, false otherwise.

Parameters

key

The key to remove.