Collections
object Collections
Functions
Link copied to clipboard
Link copied to clipboard
Returns a comparator that imposes the reverse ordering of the specified comparator. If the specified comparator is null, this method is equivalent to .reverseOrder (in other words, it returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface).
Link copied to clipboard
Link copied to clipboard