Skip to content

testlib: add tests for ConcurrentMap to make sure its derived Sets are concurrent #7855

@vlsi

Description

@vlsi
  • map.entrySet().stream().toList() should return the same elements
  • spliterator().characteristics() should probably align with map/set characteristic. For instance, if the map permits nulls, and there are nulls, then Spliterator.NONNULL does not sound right.

See ben-manes/caffeine#1883

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions