kotlin.collections.AbstractCollection
AbstractCollection
abstract class AbstractCollection<out E> : Collection<E>
Platform and version requirements: Kotlin 1.1
Provides a skeletal implementation of the read-only Collection interface.
Parameters
E
- the type of elements contained in the collection. The collection is covariant on its element type.
Constructors
|