Package java.util
Interface Set
abstract boolean removeAll(Collection c)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Removes from this set all of its elements that are contained in the specified collection (optional operation).
If the specified collection is also a set, this operation effectively modifies this set so that its value is the asymmetric set difference of the two sets.