commit | 8d96060e309e00aecbf6938faf29f4c025242b9b | [log] [tgz] |
---|---|---|
author | Joshua Bloch <jjb@google.com> | Mon Nov 30 16:18:20 2009 -0800 |
committer | Joshua Bloch <jjb@google.com> | Mon Nov 30 17:10:19 2009 -0800 |
tree | 620c929be5b720c2d7832ca5ab14270a03cb2080 | |
parent | f40b67b8b822ecd6639e723ef0b416438e4a46eb [diff] |
Replaced all versions of binarySearch with better versions. For float[] and double[], the new versions should run significantly faster than the old. Removed some obsolete helper methods.