static > int binarySearch_tipToTheLeft(L l, A a) { int i = Collections.binarySearch(l, a); ret i < 0 ? -i-2 : i; }