Package java.util
Interface Collection
abstract boolean removeAll(Collection c)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Removes all this collection's elements that are also contained in the specified collection (optional operation).
After this call returns, this collection will contain no elements in common with the specified collection.