Package java.util
Interface Set
abstract boolean containsAll(Collection c)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns true if this set contains all of the elements of the specified collection. If the specified collection is also a set, this method returns true if it is a subset of this set.