static > MultiMap mapToMultiMapValues(Iterable l, IF1 f) { new MultiMap mm; fOr (a : l) mm.putAll(a, f.get(a)); ret mm; }