Package java.util
Interface List

Public Method removeAll

abstract boolean removeAll(Collection c)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Removes from this list all the elements that are contained in the specified collection (optional operation).