containsAll

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

Checks whether the elements are present into the list Time complexity O(n^2)

Return

Boolean

Parameters

elements

Collection