someList.sort(someComparator);
Collections.sort(someList); Collections.sort(someList, someComparator);
Collections.reverse(someList);