Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8012913

LinkedHashMap key/value/entry spliterators should report ORDERED

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • core-libs

      LinkedHashMap defers to the key/value/entry spliterators from HashMap, which do not report ORDERED. Note: HashMap will create spliterators from iterators for anything other that instances that are HashMap. This functionality does not need to change (more work would be required to implement optimal spliterators for LinkedHashMap), so it is just additional characteristics that need to be reported.

            psandoz Paul Sandoz
            psandoz Paul Sandoz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: