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

Rewrite class docs of SortedSet and SortedMap

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs

      These should refer to NavigableSet/NavigableMap. All of the implementations in the JDK that implement SortedX also implement NavigableX. The main body of SortedX docs should remain complete, though, since there may be implementations in the wild that implement SortedX but not NavigableX.

      In particular the note about the presence of only half-open ranges doesn't apply to the NavigableX interfaces. The workaround/"hack" of appending a '\0' character to a String should probably just be removed.

      See core-libs-dev email thread: https://mail.openjdk.org/pipermail/core-libs-dev/2024-November/133732.html

            kbourril kevin bourrillion
            smarks Stuart Marks
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: