kotlin.collections.AbstractMutableMap

AbstractMutableMap

abstract class AbstractMutableMap<K, V> : 
    MutableMap<K, V>, 
    AbstractMap<K, V>

Platform and version requirements: Kotlin 1.1

Provides a skeletal implementation of the MutableMap interface.

The implementor is required to implement entries property, which should return mutable set of map entries, and put f