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