MutableListBase
abstract class MutableListBase<T, CT : ListType<T, CT, MCT>, MCT : MutableListType<T, CT, MCT>>(val list: MutableList<T>) : MutableListType<T, CT, MCT> , MutableList<T> (source)
A base API class for an implementation of MutableListType
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create a new MutableCollection from this Collection.