setAll

fun <K, V> WeakMap<K, in V>.setAll(from: Map<out K, V>)(source)

Sets all the values from the provided map into the current one.

See also

Equivalent method for regular maps.