Package java.util
Class Vector

Public Method removeAll

boolean removeAll(Collection c)

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Implements interface method List.removeAll.

Removes from this Vector all of its elements that are contained in the specified Collection.