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 SummaryNested classes/interfaces inherited from class com.google.gerrit.index.query.PredicatePredicate.Any<T>
- 
Field SummaryFields inherited from class com.google.gerrit.index.query.OperatorPredicatename, value
- 
Constructor SummaryConstructorsConstructorDescriptionIntPredicate(String name, int intValue) IntPredicate(String name, String value) 
- 
Method SummaryMethods inherited from class com.google.gerrit.index.query.OperatorPredicatecopy, getOperator, getValueMethods inherited from class com.google.gerrit.index.query.Predicateand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getFlattenedPredicateList, getLeafCount, getPredicateString, isLeaf, isMatchable, not, or, or, supportedForQueries
- 
Constructor Details- 
IntPredicate
- 
IntPredicate
 
- 
- 
Method Details- 
intValuepublic int intValue()
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- OperatorPredicate<T>
 
- 
equals- Overrides:
- equalsin class- OperatorPredicate<T>
 
- 
toString- Overrides:
- toStringin class- OperatorPredicate<T>
 
 
-