kotlin.collections.AbstractMutableMap.put

put

abstract fun put(key: K, value: V): V?

Associates the specified value with the specified key in the map.

This method is redeclared as abstract, because it's not implemented in the base class, so it must be always overridden in the concrete mutable collection impleme