putAll

open suspend override fun putAll(from: Map<out String, String>)

Copies all of the mappings from the specified map from to this map. These mappings will replace any mappings that this map had for any of the keys that are currently in the specified map. This operation is performed atomically and is thread-safe.

Parameters

from

The map whose mappings are to be stored in this map.