putAll

open override fun putAll(from: Map<out K, V>)

Copies all of the mappings from the specified map to this map. This operation is synchronized.

Parameters

from

The map whose mappings are to be copied to this map.