Package com.google.gerrit.index.query
Class OperatorPredicate<T>
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.query.OperatorPredicate<T>
-
- Direct Known Subclasses:
IndexPredicate
,IntPredicate
,IsVisibleToPredicate
,PostFilterPredicate
public abstract class OperatorPredicate<T> extends Predicate<T>
Predicate to filter a field by matching value.
-
-
Constructor Summary
Constructors Constructor Description OperatorPredicate(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicate<T>
copy(Collection<? extends Predicate<T>> children)
Create a copy of this predicate, with new children.boolean
equals(Object other)
String
getOperator()
String
getValue()
int
hashCode()
String
toString()
-
Methods inherited from class com.google.gerrit.index.query.Predicate
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
-
-