java.lang.Object | +--javax.mail.search.SearchTerm | +--javax.mail.search.OrTerm
The array of terms on which the OR operator should be applied. |
OrTerm(SearchTerm t1, SearchTerm t2) Constructor that takes two operands. |
OrTerm(SearchTerm[] t) Constructor that takes an array of SearchTerms. |
boolean | equals(Object other) Equality comparison. |
getTerms() Return the search terms. | |
int | hashCode() Compute a hashCode for this object. |
boolean | The OR operation. |
protected SearchTerm[] terms
public OrTerm(SearchTerm t1, SearchTerm t2)
public OrTerm(SearchTerm[] t)
public boolean equals(Object other)
public SearchTerm[] getTerms()
public int hashCode()
public boolean match(Message msg)