EnumMap spliterators should include more specific characteristics

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      EnumMap spliterators (keySet, entrySet, values) are missing some characteristics that are inherent to the EnumMap contract:

      Set returned by keySet(): missing SORTED, ORDERED, NONNULL
      Set returned by entrySet(): missing SORTED, ORDERED, NONNULL
      Collection returned by values(): missing ORDERED, NONNULL

            Assignee:
            Unassigned
            Reporter:
            Patrick Strawderman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: