toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.linkedList
/
LinkedList
/
containsAll
contains
All
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