The DescendingComparator Class

The DescendingComparator class performs sort orderings in descending order. This is the inverse of a Comparator sort order.

The class DescendingComparator is a mixin class (it can be inherited by other classes), it subclasses (specializes) The Comparator Class .