Searched defs:indexedBinarySearch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java259 return Collections.indexedBinarySearch(list, key);
265 int indexedBinarySearch(List<? extends Comparable<? super T>> list, T key) method in class:Collections
365 return Collections.indexedBinarySearch(list, key, c);
370 private static <T> int indexedBinarySearch(List<? extends T> l, T key, Comparator<? super T> c) { method in class:Collections

Completed in 1634 milliseconds