removeAll

open override fun removeAll(elements: Collection<T>): Boolean

Removes all of this set's elements that are also contained in the specified set.

Return

true if any of the specified elements was removed from the set, false if the set was not modified.

Throws

if any of elements doesn't present in the map.