Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b96
-
Verified
Description
HashMap/IdentityHashMap use the default forEach method on Map but could provide more optimal implementations e.g. copied from the Spliterator.forEachRemaining implementations.
Other map implementations are also be relevant, such as LinkedHashMap and ConcurrentHashMap.
Other map implementations are also be relevant, such as LinkedHashMap and ConcurrentHashMap.
Attachments
Issue Links
- relates to
-
JDK-8016432 Map implementations should override Map.replaceAll
- Closed