removeAll

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

Removes from this set all of its elements that are contained in the specified collection.

Return

true if this set changed as a result of the call

Parameters

elements

elements to be removed from this set

Throws

if the specified collection is null