static L sortedInPlace(L c, final O comparator) { sort(l, makeComparator(comparator)); ret l; } static L sorted(L c) { sort(l); ret l; }