7 Dec
2012
7 Dec
'12
5:27 p.m.
On Dec 7, 2012, at 1:09 AM, Peter Levart <peter.levart@gmail.com> wrote:
Hi Henry,
I don't know what the plans are about moving the static methods in Comparators to the Comparator interface when static interface methods are enabled, but if that is planned, there will be a clash between Comparator.reverseOrder() default method and static method with same name and signature.
We will be exploring that along with other classes given static default method support ready. Cheers, Henry