Package-level declarations
Types
Link copied to clipboard
abstract class MutableListBase<T, CT : ListType<T, CT, MCT>, MCT : MutableListType<T, CT, MCT>>(val list: MutableList<T>) : MutableListType<T, CT, MCT> , MutableList<T>
A base API class for an implementation of MutableListType
Link copied to clipboard
interface MutableListType<T, CT : ListType<T, CT, MCT>, MCT : MutableListType<T, CT, MCT>> : MutableList<T> , ListType<T, CT, MCT>
A type for an own MutableList implementation.