Package com.google.gerrit.index.query
Class LimitPredicate<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>
com.google.gerrit.index.query.LimitPredicate<T>
- All Implemented Interfaces:
Matchable<T>
-
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
Constructors -
Method Summary
Methods inherited from class com.google.gerrit.index.query.IntPredicate
equals, hashCode, intValue, toString
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
-
LimitPredicate
- Throws:
QueryParseException
-
-
Method Details