containsAll
Returns true
if the set contains all elements in the specified collection. This operation is synchronized.
Parameters
elements
The collection whose elements are to be checked for containment in the set.
Returns true
if the set contains all elements in the specified collection. This operation is synchronized.
The collection whose elements are to be checked for containment in the set.