containsAll

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

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

Return

true if this set contains all of the elements in the specified collection

Parameters

elements

collection to be checked for containment in this set

Throws

if the specified collection is null