static int indexOfNotPredC(L l, O pred) { for (int i = 1; i < l(l); i += 2) if (!checkCondition(pred, l.get(i))) ret i; ret -1; }