static void transformValue(Map map, A key, IF1 f) { if (map == null || !map.containsKey(key)) ret; map.put(key, f.get(map.get(key))); }