Package java.util
Class Vector

Public Method retainAll

boolean retainAll(Collection c)

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Implements interface method List.retainAll.

Retains only the elements in this Vector that are contained in the specified Collection. In other words, removes from this Vector all of its elements that are not contained in the specified Collection.