static void sortListDesc(L a) { Collections.sort(a, Collections.reverseOrder()); }