static > MultiMap pseudoToRealMultiMap(Map map) { new MultiMap mm; for (A key : keys(map)) mm.putAll(key, map.get(key)); ret mm; }