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,- ParentOfPredicate,- PostFilterPredicate
 
 public abstract class OperatorPredicate<T> extends Predicate<T> Predicate to filter a field by matching value.
- 
- 
Constructor SummaryConstructors Constructor Description OperatorPredicate(String name, String value)
 - 
Method SummaryAll 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.booleanequals(Object other)StringgetOperator()StringgetValue()inthashCode()StringtoString()- 
Methods inherited from class com.google.gerrit.index.query.Predicateand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
 
- 
 
-