Collection Java Book

static int binarySearch(List> list, T key)
Searches the specified list for the specified object using the binary search algorithm.
static int binarySearch(List list, T key, Comparator c)
Searches the specified list for the specified object using the binary search algorithm.