containsAll

open override fun containsAll(elements: Collection<E>): Boolean

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.