Package com.google.gerrit.index.query
Class IntPredicate<T>
java.lang.Object
com.google.gerrit.index.query.Predicate<T>
com.google.gerrit.index.query.OperatorPredicate<T>
com.google.gerrit.index.query.IntPredicate<T>
- Direct Known Subclasses:
LimitPredicate
Predicate to filter a field by matching integer value.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gerrit.index.query.Predicate
Predicate.Any<T>
-
Field Summary
Fields inherited from class com.google.gerrit.index.query.OperatorPredicate
name, value
-
Constructor Summary
ConstructorsConstructorDescriptionIntPredicate
(String name, int intValue) IntPredicate
(String name, String value) -
Method Summary
Methods inherited from class com.google.gerrit.index.query.OperatorPredicate
copy, getOperator, getValue
Methods inherited from class com.google.gerrit.index.query.Predicate
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getFlattenedPredicateList, getLeafCount, getPredicateString, isLeaf, isMatchable, not, or, or, supportedForQueries
-
Constructor Details
-
IntPredicate
-
IntPredicate
-
-
Method Details
-
intValue
public int intValue() -
hashCode
public int hashCode()- Overrides:
hashCode
in classOperatorPredicate<T>
-
equals
- Overrides:
equals
in classOperatorPredicate<T>
-
toString
- Overrides:
toString
in classOperatorPredicate<T>
-