kotlin.collections.AbstractMutableList
AbstractMutableList
abstract class AbstractMutableList<E> : MutableList<E>, AbstractList<E>
Platform and version requirements: Kotlin 1.1
Provides a skeletal implementation of the MutableList interface.
Parameters
E
- the type of elements contained in the list. The list is invariant on its element type.
Constructors
|