Package java.util
Class Vector

Public Method containsAll

boolean containsAll(Collection c)

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Implements interface method List.containsAll.

Returns true if this Vector contains all of the elements in the specified Collection.