kotlin.collections.AbstractMutableSet

AbstractMutableSet

abstract class AbstractMutableSet<E> : 
    MutableSet<E>, 
    AbstractSet<E>

Platform and version requirements: Kotlin 1.1

Provides a skeletal implementation of the MutableSet interface.

Parameters

E - the type of elements contained in the set. The set is invariant on its element type.

Constructors

登录查看完整内容