(coll) Add "next/previous" to both SortedMap and SortedSet

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 6
    • Affects Version/s: 1.2.0
    • Component/s: core-libs



      Name: krT82822 Date: 11/27/99


      orig synopsis: "Incomplete interface in SortedMap and SortedSet"

      java version "1.2.2"
      Classic VM (build JDK-1.2.2-W, native threads, symcjit)

      Missing successor and predecessor methods.

      package java.util;
      public interface SortedXXX
      {
          //...

          public Object successor (Object element);
          public Object predecessor (Object element);
      }

      -----------

      (or "next" and "previous"?)
      (Review ID: 98297)
      ======================================================================

            Assignee:
            Martin Buchholz
            Reporter:
            Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: