Package java.util
Interface Collection

Public Method containsAll

abstract boolean containsAll(Collection c)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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