MutableListType
interface MutableListType<T, CT : ListType<T, CT, MCT>, MCT : MutableListType<T, CT, MCT>> : MutableList<T> , ListType<T, CT, MCT> (source)
A type for an own MutableList implementation.
Inheritors
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
Create a new MutableCollection from this Collection.