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

(coll) Add java.util.Arrays.binarySearch(a, key, fromIndex, toIndex)

XMLWordPrintable

    • b83
    • generic, x86
    • generic, linux, windows_nt
    • Verified

      Name: krT82822 Date: 01/24/2000


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

      Since it is possible to sort a part of the array, it should be possible to
      search a part of the array.

      In my case, I created an empty Object array which is gradually filled in, but
      not always to capacity. I can sort the filled entries, but I can't search
      through them without copying them first to a new array, which I'd rather not do
      for performance reasons.

      Modyfing binarySearch to acommodate this feature is trivial.
      (Review ID: 100004)
      ======================================================================

            sseligmasunw Scott Seligman (Inactive)
            kryansunw Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: