ComparatorReversing<T> extension

A Comparator extension adding the reversed getter to allow reversing the comparing operation.

on

Properties

reversed Comparator<T>

Available on Comparator<T>, provided by the ComparatorReversing extension

Returns a new Comparator that compares the elements in the reversed order.
no setter