putAll

abstract fun putAll(from: Multimap<K, V>): Boolean(source)

Updates this map with key/value pairs from the specified map from.

See also


abstract fun putAll(key: K, values: Collection<V>): Boolean(source)

Updates this map with key/value pair specified by key and values.

See also