Skip to content

Support for SequencedCollection/Set/Map #30239

@jhoeller

Description

@jhoeller

JDK 21 comes with new SequencedCollection/SequencedSet/SequencedMap types, with SequencedCollection as super-interface of List and Deque, and the other implemented by LinkedHashSet/LinkedHashMap. While we won't be able to benefit from the new hierarchy and its new operations in the framework codebase yet, we should provide everything we can for application usage: e.g. detection in CollectionFactory and support for the new operations in our org.springframework.util List implementations.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions