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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 6
    • 1.2.0
    • 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)
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: