static L sortInPlace(L l, final O comparator) { ret sortedInPlace(l, comparator); } static L sortInPlace(L l) { ret sortedInPlace(l); }