I have a Map> myMap = ... and I would like to sum all the values in the second map. I have managed to do it like this
Map> myMap = ...