static Map ciMapToKeys(IF1 f, Iterable l) { Map map = ciMap(); fOr (A a : l) map.put(f.get(a), a); ret map; }