Searched refs:notIn (Results 1 – 3 of 3) sorted by relevance
70 public static <T> Filter<T> notIn( T... values ) in notIn() method in Filters80 public static <T> Filter<T> notIn( Collection<? extends T> collection ) in notIn() method in Filters
387 curAndConstraint->notIn=TRUE; in parseDescription()753 notIn=FALSE; in AndConstraint()765 this->notIn=other.notIn; in AndConstraint()788 return notIn; in isFulfilled()825 if (notIn) { in isFulfilled()835 return (rangeHigh == -1 || integerOnly) && !notIn && op != MOD; in isLimited()1002 if (andRule->notIn) { in dumpRules()1018 if (andRule->notIn) { in dumpRules()1030 if (andRule->notIn) { in dumpRules()
151 UBool notIn; variable