set

abstract operator fun set(key: K, value: V)(source)

Associates value to the key.

An implementation may remove this association at any time.

See also

Equivalent method for regular maps.