sumValues

fun <K> Object2IntOpenHashMap<K>.sumValues(anotherMap: Object2IntMap<K>): Object2IntMap<K>

Sums the values for matching keys from another map to this map. Modifies the current collection.