removeAll

abstract override fun removeAll(elements: Collection<String>): Boolean(source)

Removes all values associated with the specified keys from this container.

This method will remove all key-value pairs from the container that match the specified keys.

Return

true if any keys were removed, false otherwise.

Parameters

elements

The keys to remove.