Searched defs:indexedBinarySearch (Results 1 – 1 of 1) sorted by relevance
292 int indexedBinarySearch(List<? extends Comparable<? super T>> list, T key) { in indexedBinarySearch() method in Collections398 … private static <T> int indexedBinarySearch(List<? extends T> l, T key, Comparator<? super T> c) { in indexedBinarySearch() method in Collections