static O[] mapLike map_toArray(O f, Collection l) { ret toArray(map(f, l)); } static O[] mapLike map_toArray(O f, O[] l) { ret toArray(map(f, l)); }