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)
======================================================================