On Tue, 16 Dec 2025 04:42:53 GMT, Patrick Strawderman <[email protected]> wrote:

> The spliterators returned by keySet, entrySet, and values were not reporting 
> additional characteristics, such as ORDERED, SORTED, and NONNULL; the EnumMap 
> iterators all guarantee iteration is in the natural order of the enum key, 
> and nulls are disallowed as keys.
> 
> Null values are allowed, so the values collection can only additionally 
> report ORDERED.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/28840

Reply via email to