assertTrue(MESSAGE, pos==N-1+offsetA);
pos = A.lowerBound(4);
assertTrue(MESSAGE, pos==5+offsetA);
final Ops.BinaryDoublePredicate gt = new GreaterThanPredicate();
final int offsetC = C.begin();
pos = C.lowerBound(3, gt);
assertTrue(MESSAGE, pos==2+offsetC);