putAll

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


fun putAll(from: Iterable<Pair<K, V>>)

Put all the items from an Iterable into the map.

Parameters

from

Iterable containing the Pair<K, V>s to add to the map.