Class CanSeeChangePredicate

  • All Implemented Interfaces:
    com.google.gerrit.index.query.Matchable<AccountState>

    public class CanSeeChangePredicate
    extends com.google.gerrit.index.query.PostFilterPredicate<AccountState>
    • Method Detail

      • match

        public boolean match​(AccountState accountState)
                      throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • getCost

        public int getCost()
      • copy

        public com.google.gerrit.index.query.Predicate<AccountState> copy​(Collection<? extends com.google.gerrit.index.query.Predicate<AccountState>> children)
        Specified by:
        copy in class com.google.gerrit.index.query.Predicate<AccountState>
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class com.google.gerrit.index.query.Predicate<AccountState>
      • equals

        public boolean equals​(Object other)
        Specified by:
        equals in class com.google.gerrit.index.query.Predicate<AccountState>