remove

actual open override fun remove(key: String): MutableDictionary(source)
expect open override fun remove(key: String): MutableDictionary(source)

Removes the mapping for a key from this Dictionary

Return

The self object.

Parameters

key

the key.

actual open override fun remove(key: String): MutableDictionary(source)

Removes the mapping for a key from this Dictionary

Return

The self object.

Parameters

key

the key.

actual open override fun remove(key: String): MutableDictionary(source)