Package com.google.gerrit.index.query
Class Predicate.Any<T>
java.lang.Object
com.google.gerrit.index.query.Predicate<T>
com.google.gerrit.index.query.Predicate.Any<T>
- All Implemented Interfaces:
- Matchable<T>
- 
Nested Class SummaryNested classes/interfaces inherited from class com.google.gerrit.index.query.PredicatePredicate.Any<T>
- 
Method SummaryMethods inherited from class com.google.gerrit.index.query.Predicateand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getFlattenedPredicateList, getLeafCount, getPredicateString, isLeaf, isMatchable, not, or, or, supportedForQueries
- 
Method Details- 
copyDescription copied from class:PredicateCreate a copy of this predicate, with new children.
- 
matchDescription copied from interface:MatchableDoes this predicate match this object?
- 
getCostpublic int getCost()Description copied from interface:MatchableReturns a cost estimate to run this predicate, higher figures cost more.
- 
hashCodepublic int hashCode()
- 
equals
 
-