static L sortedList(L l, O comparator) { ret sorted(l, comparator); } static L sortedList(L l) { ret sorted(l); }