JSR 396 (Java SE 21): JEP Proposed to Target: 431: Sequenced Collections
Iris Clark
iris.clark at oracle.com
Thu Mar 9 21:47:01 UTC 2023
The following JEP with scope "SE" has been proposed to target JDK 21:
431: Sequenced Collections
https://openjdk.org/jeps/431
Summary: Introduce new interfaces to represent collections with a
defined encounter order. Each such collection has a well-defined first
element, second element, and so forth, up to the last element. It also
provides uniform APIs for accessing its first and last elements, and
for processing its elements in reverse order.
"Life can only be understood backwards; but it must be lived forwards."
— Kierkegaard
The announced deadline for feedback to jdk-dev is Thu 16 Mar 23:59 UTC:
https://mail.openjdk.org/pipermail/jdk-dev/2023-March/007447.html
If there are no unresolved objections at that time, then the JEP will be moved
to the Targeted state, indicating that the feature is expected to appear in
the specified release of the JDK Project. For more information about states,
see the JEP Process document:
https://openjdk.org/jeps/1
A dashboard that lists JEPs with "SE" scope may be found via a link on this
page:
https://openjdk.org/projects/jdk/21/spec/
Thanks,
Iris
More information about the java-se-spec-experts
mailing list