static L reverseSorted(Collection c, final O comparator) { ret sortedDesc(c, comparator); } static L reverseSorted(Collection c) { ret sortedDesc(c); }