extensions library

Extensions

ComparatorChaining on Comparator<T>
A Comparator extension adding then method to allow chaining the comparators together.
ComparatorReversing on Comparator<T>
A Comparator extension adding the reversed getter to allow reversing the comparing operation.