RFR: 8329760: Add indexOf(Predicate<? super E> filter) to java..util.List interface [v2]

Alan Bateman alanb at openjdk.org
Fri Apr 19 12:32:19 UTC 2024


On Fri, 19 Apr 2024 11:33:59 GMT, Evemose <duke at openjdk.org> wrote:

> but i cant manage to find where exactly and how I can file CSR review request. Could you help me out?

I think you can ignore CSR for now, the first step when proposing an API in this area is to start a discussion on core-libs-dev to make the case and get support. The java.util.List interface dates from JDK 1.2 and there are many implementations. Even if the proposal has some merit, I think a big part of the work required will be doing analysis on implementations to see what compatibility issues might come up.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18639#issuecomment-2066437418


More information about the core-libs-dev mailing list