Abstract Collection
Provides a skeletal implementation of the read-only Collection interface.
Since Kotlin
1.1
Parameters
E
the type of elements contained in the collection. The collection is covariant in its element type.
Functions
contains
Link copied to clipboard
contains All
Link copied to clipboard
open override fun containsAll(elements: Collection<@UnsafeVariance E>): Boolean
Content copied to clipboard
Properties
Inheritors
AbstractList
Link copied to clipboard
AbstractSet
Link copied to clipboard
AbstractMutableCollection
Link copied to clipboard