static void sortDesc(L a, Comparator c) { Collections.sort(a, makeReversedComparator(c)); }