| java.lang.Object | ||
| ↳ | com.google.code.javax.mail.search.SearchTerm | |
| ↳ | com.google.code.javax.mail.search.FlagTerm | |
This class implements comparisons for Message Flags.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| flags | Flags object containing the flags to test. | ||||||||||
| set | Indicates whether to test for the presence or absence of the specified Flag. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Equality comparison.
| |||||||||||
Return the Flags to test.
| |||||||||||
Return true if testing whether the flags are set.
| |||||||||||
Compute a hashCode for this object.
| |||||||||||
The comparison method.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
From class
java.lang.Object
| |||||||||||
Indicates whether to test for the presence or
absence of the specified Flag. If true,
then test whether all the specified flags are present, else
test whether all the specified flags are absent.
Constructor.
| flags | Flags object containing the flags to check for |
|---|---|
| set | The flag setting to check for |
Equality comparison.
| obj |
|---|
Return true if testing whether the flags are set.
Compute a hashCode for this object.
The comparison method.
| msg | The flag comparison is applied to this Message |
|---|