HashMap/IdentityHashMap should implement forEach(BiConsumer<? super K, ? super V> action)

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      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.

            Assignee:
            Mike Duigou
            Reporter:
            Paul Sandoz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: