updateAll

fun <K, V> TreeMap<K, MutableList<V>>.updateAll(other: Map<K, List<V>>)

Updates the receiver TreeMap with the contents of another Map.