Package java.util
Interface List

Public Method containsAll

abstract boolean containsAll(Collection c)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns true if this list contains all of the elements of the specified collection.