+1 On 12/11/2017 1:58 PM, Paul Sandoz wrote:
Hi,Please review this simple fix. http://cr.openjdk.java.net/~psandoz/jdk10/JDK-8171826-comparator-equality/webrev/ The method Comparator<T> reverseOrder(Comparator<T> cmp) is updated to be a little smarter returning constant comparators for natural and reverse-natural. Paul.
