Support for SequencedCollection/Set/Map #30239
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
JDK 21 comes with new
SequencedCollection
/SequencedSet
/SequencedMap
types, withSequencedCollection
as super-interface ofList
andDeque
, and the other implemented byLinkedHashSet
/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 inCollectionFactory
and support for the new operations in ourorg.springframework.util
List implementations.The text was updated successfully, but these errors were encountered: