Class IntegerRangeChangePredicate
- java.lang.Object
- 
- com.google.gerrit.index.query.Predicate<T>
- 
- com.google.gerrit.index.query.OperatorPredicate<I>
- 
- com.google.gerrit.index.query.IndexPredicate<T>
- 
- com.google.gerrit.index.query.IntegerRangePredicate<ChangeData>
- 
- com.google.gerrit.server.query.change.IntegerRangeChangePredicate
 
 
 
 
 
- 
- All Implemented Interfaces:
- com.google.gerrit.index.query.Matchable<ChangeData>
 - Direct Known Subclasses:
- AddedPredicate,- DeletedPredicate,- DeltaPredicate,- IsUnresolvedPredicate
 
 public abstract class IntegerRangeChangePredicate extends com.google.gerrit.index.query.IntegerRangePredicate<ChangeData> implements com.google.gerrit.index.query.Matchable<ChangeData> 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedIntegerRangeChangePredicate(com.google.gerrit.index.FieldDef<ChangeData,Integer> type, String value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCost()- 
Methods inherited from class com.google.gerrit.index.query.IntegerRangePredicategetMaximumValue, getMinimumValue, getValueInt, match
 - 
Methods inherited from class com.google.gerrit.index.query.OperatorPredicatecopy, equals, getOperator, getValue, hashCode, toString
 - 
Methods inherited from class com.google.gerrit.index.query.Predicateand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, or
 
- 
 
- 
- 
- 
Constructor Detail- 
IntegerRangeChangePredicateprotected IntegerRangeChangePredicate(com.google.gerrit.index.FieldDef<ChangeData,Integer> type, String value) throws QueryParseException - Throws:
- QueryParseException
 
 
- 
 - 
Method Detail- 
getCostpublic int getCost() - Specified by:
- getCostin interface- com.google.gerrit.index.query.Matchable<ChangeData>
 
 
- 
 
-