removeAll

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

Removes all elements in the specified collection from the set. This operation is synchronized.

Return

true if the set was modified as a result of the call.

Parameters

elements

The collection containing elements to be removed from the set.