static Map transformKeys(Map map, O f) { new HashMap m; for (O key : keys(map)) m.put(callF(f, key), map.get(key)); ret m; }