Relates :
|
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.
|