static Comparator reverseOrder()
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
static Comparator reverseOrder(Comparator cmp)
Returns a comparator that imposes the reverse ordering of the specified comparator.