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