static Map mapToKey(Iterable l, IF1 f) { ret mapToKeys(l, f); } static Map lambdaMapLike mapToKey(IF1 f, Iterable l) { ret mapToKeys(f, l); }