containsAll

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

Returns true if this stack contains all the given elements.

Return

true if this stack contains all the given elements.