| java.lang.Object | ||
| ↳ | com.google.code.javax.mail.search.SearchTerm | |
| ↳ | com.google.code.javax.mail.search.NotTerm | |
This class implements the logical NEGATION operator.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| term | The search term to negate. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Equality comparison.
| |||||||||||
Return the term to negate.
| |||||||||||
Compute a hashCode for this object.
| |||||||||||
This method applies a specific match criterion to the given
message and returns the result.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
From class
java.lang.Object
| |||||||||||
Equality comparison.
| obj |
|---|
Compute a hashCode for this object.
This method applies a specific match criterion to the given message and returns the result.
| msg | The match criterion is applied on this message |
|---|