javax.mail.search
public final class NotTerm extends SearchTerm
Version: 1.3
| Field Summary | |
|---|---|
| protected SearchTerm | term
The search term to negate. |
| Constructor Summary | |
|---|---|
| NotTerm(SearchTerm t) | |
| Method Summary | |
|---|---|
| boolean | equals(Object other) |
| SearchTerm | getTerm()
Returns the term to negate. |
| int | hashCode() |
| boolean | match(Message msg)
Returns true only if the term specified in this term does not match the
given message. |