-
Notifications
You must be signed in to change notification settings - Fork 11.2k
testlib: add tests for ConcurrentMap to make sure its derived Sets are concurrent #7855
Open
Description
map.entrySet().stream().toList()should return the same elementsspliterator().characteristics()should probably align with map/set characteristic. For instance, if the map permits nulls, and there are nulls, thenSpliterator.NONNULLdoes not sound right.