static Map mapToValues(Iterable l, O f) { ret mapKeyAndFunction(l, f); } static Map mapLike mapToValues(O f, Iterable l) { ret mapKeyAndFunction(f, l); }