svoid addToDoubleValueMap(Map map, A key, double increment) { if (increment == 0 || map == null) ret; map.put(key, unnull(map.get(key)) + increment); }