static > Map reversePseudoMultiMapAsCIMap(Map mm) { Map map = ciMap(); for (A a : keys(mm)) for (S b : mm.get(a)) map.put(b, a); ret map; }