public class ReviewerByEmailSet
extends java.lang.Object
A given account may appear in multiple states and at different timestamps. No reviewers with
state ReviewerStateInternal.REMOVED
are ever exposed by this interface.
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<Address> |
all() |
com.google.common.collect.ImmutableTable<ReviewerStateInternal,Address,java.sql.Timestamp> |
asTable() |
com.google.common.collect.ImmutableSet<Address> |
byState(ReviewerStateInternal state) |
static ReviewerByEmailSet |
empty() |
boolean |
equals(java.lang.Object o) |
static ReviewerByEmailSet |
fromTable(com.google.common.collect.Table<ReviewerStateInternal,Address,java.sql.Timestamp> table) |
int |
hashCode() |
java.lang.String |
toString() |
public static ReviewerByEmailSet fromTable(com.google.common.collect.Table<ReviewerStateInternal,Address,java.sql.Timestamp> table)
public static ReviewerByEmailSet empty()
public com.google.common.collect.ImmutableSet<Address> all()
public com.google.common.collect.ImmutableSet<Address> byState(ReviewerStateInternal state)
public com.google.common.collect.ImmutableTable<ReviewerStateInternal,Address,java.sql.Timestamp> asTable()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object