Searched defs:binarySearch (Results 1 – 2 of 2) sorted by relevance
43 public static <T> int binarySearch(@NonNull List<T> list, long key, in binarySearch() method in Collections
225 private static int binarySearch(int[] a, int start, int len, long key) { in binarySearch() method in SparseLongArray