Constructs a new comparator where values are ordered by the given comparison function.
Constructs a new comparator where values are ordered by the natural ascending order
of the property selected by the given selector function.
Constructs a new comparator where values are ordered by the natural ascending order
of values for the given key.
Constructs a new comparator where values are ordered by the natural descending order
of the property selected by the given selector function.
Constructs a new comparator where values are ordered by the natural descending order
of values for the given key.
Constructs a new comparator where values are ordered naturally.
Constructs a new comparator where null values are ordered at the beginning.
Constructs a new comparator where null values are ordered at the end.
Constructs a new comparator where values are ordered in reverse natural order.
Defines various methods for constructing comparators.