static L sortByMap_inPlace(L l, Map map) { sort(l, mapComparator(map)); ret l; }