updated 8001667: Comparator combinators and extension methods (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Wed Feb 6 08:31:01 UTC 2013
- Previous message: CFR - updated 8001667: Comparator combinators and extension methods
- Next message: hg: jdk8/tl/langtools: 8007485: test creates .class files in the test/ directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The build change looks fine. The new build will not need any changes.
/Erik
On 2013-02-06 04:51, Henry Jen wrote:
Hi,
This is an update on previous reviewed version, there are two new method introduced for Comparators to convert a Comparator into a BinaryOperator and corresponding test cases. As there is one new class, java.util.Comparators for 8001667, so we need to have makefile change, thus involve build-infra. Comparators.java public static BinaryOperator lesserOf(Comparator<? super T> comparator); public static BinaryOperator greaterOf(Comparator<? super T> comparator);
[1] http://cr.openjdk.java.net/~henryjen/ccc/8001667.3/webrev Cheers, Henry
- Previous message: CFR - updated 8001667: Comparator combinators and extension methods
- Next message: hg: jdk8/tl/langtools: 8007485: test creates .class files in the test/ directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]