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
public abstract class IntPredicate<T> extends OperatorPredicate<T>
Predicate to filter a field by matching integer value. 
- 
- 
Field Summary
- 
Fields inherited from class com.google.gerrit.index.query.OperatorPredicate
name, value 
 - 
 
- 
Constructor Summary
Constructors Constructor Description IntPredicate(String name, int intValue)IntPredicate(String name, String value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()intintValue()StringtoString()- 
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, getLeafCount, isMatchable, not, or, or 
 - 
 
 - 
 
- 
- 
Method Detail
- 
intValue
public int intValue()
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classOperatorPredicate<T>
 
- 
equals
public boolean equals(Object other)
- Overrides:
 equalsin classOperatorPredicate<T>
 
- 
toString
public String toString()
- Overrides:
 toStringin classOperatorPredicate<T>
 
 - 
 
 -