-
Enhancement
-
Resolution: Fixed
-
P3
-
1.3.0, 1.4.0, 6
-
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)
======================================================================
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)
======================================================================
- relates to
-
JDK-5045582 (coll) binarySearch() fails for size larger than 1<<30
-
- Closed
-