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 Summary
Nested classes/interfaces inherited from class com.google.gerrit.index.query.Predicate
Predicate.Any<T> -
Method Summary
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, supportedForQueriesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gerrit.index.query.Matchable
matchResult
-
Method Details
-
copy
Description copied from class:PredicateCreate a copy of this predicate, with new children. -
match
Description copied from interface:MatchableDoes this predicate match this object? -
getCost
public int getCost()Description copied from interface:MatchableReturns a cost estimate to run this predicate, higher figures cost more. -
hashCode
public int hashCode() -
equals
-