updated 8001667: Comparator combinators and extension methods (original) (raw)
Ali Ebrahimi ali.ebrahimi1781 at gmail.com
Wed Mar 6 11:28:13 UTC 2013
- Previous message: CFR - updated 8001667: Comparator combinators and extension methods
- Next message: CFR - updated 8001667: Comparator combinators and extension methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, just one suggestion:
rename comparing with compareWith
public static <T, U extends Comparable<? super U>> Comparator compareWith(Function<? super T, ? extends U> keyExtractor) {
- default Comparator thenCompareWith(Comparator<? super T> other)
Best Regards, Ali Ebrahimi On Wed, Mar 6, 2013 at 12:16 AM, Henry Jen <henry.jen at oracle.com> wrote:
Hi,
Another update to reflect functional interface renames involved in the API, and a bug fix for a regression found earlier. CCC had been approved. Can we get it reviewed and pushed? [1] http://cr.openjdk.java.net/~henryjen/ccc/8001667.4/webrev Cheers, Henry
- Previous message: CFR - updated 8001667: Comparator combinators and extension methods
- Next message: CFR - updated 8001667: Comparator combinators and extension methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]