| java.lang.Object | |||
| ↳ | com.google.code.javax.mail.search.SearchTerm | ||
| ↳ | com.google.code.javax.mail.search.ComparisonTerm | ||
| ↳ | com.google.code.javax.mail.search.DateTerm | ||
Known Direct Subclasses
|
This class implements comparisons for Dates
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.ComparisonTerm
| |||||||||||
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| date | The date. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.ComparisonTerm
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Equality comparison.
| |||||||||||
Return the type of comparison.
| |||||||||||
Return the Date to compare with.
| |||||||||||
Compute a hashCode for this object.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The date comparison method.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.ComparisonTerm
| |||||||||||
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
From class
java.lang.Object
| |||||||||||
The date.
Constructor.
| comparison | The comparison type |
|---|---|
| date | The Date to be compared against |
Equality comparison.
| obj |
|---|
Return the type of comparison.
Return the Date to compare with.
Compute a hashCode for this object.
The date comparison method.
| d | The date in the constructor is compared with this date |
|---|