Java 21 New Feature: Sequenced Collections - JEP Cafe #19
José Paumard on June 19, 2023Discover the principles of Sequenced Collections, Sets, and Maps, a new feature introduced in JDK 21.
Sequenced Collections are about modelling collections with a defined encounter order, giving you direct access to their first and last element. Learn about the Sequenced Collections API, part of the Collections Framework, added as a standard feature in JDK 21.
Make sure to check the show-notes!