java.lang.Object | +--javax.mail.search.SearchTerm | +--javax.mail.search.NotTerm
The search term to negate. |
boolean | equals(Object other) Equality comparison. |
getTerm() Return the term to negate. | |
int | hashCode() Compute a hashCode for this object. |
boolean |
protected SearchTerm term
public NotTerm(SearchTerm t)
public boolean equals(Object other)
public SearchTerm getTerm()
public int hashCode()
public boolean match(Message msg)