Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.mail.search.SearchTerm
javax.mail.search.NotTerm
public final class NotTerm
extends SearchTerm
Field Summary | |
protected SearchTerm |
|
Constructor Summary | |
Method Summary | |
boolean |
|
SearchTerm |
|
int |
|
boolean |
Methods inherited from class javax.mail.search.SearchTerm | |
match |
public boolean equals(Object other)
public int hashCode()
public boolean match(Message msg)
Returns true only if the term specified in this term does not match the given message.
- Overrides:
- match in interface SearchTerm