| java.lang.Object | |||
| ↳ | com.google.code.javax.mail.search.SearchTerm | ||
| ↳ | com.google.code.javax.mail.search.StringTerm | ||
| ↳ | com.google.code.javax.mail.search.AddressStringTerm | ||
Known Direct Subclasses
|
This abstract class implements string comparisons for Message addresses.
Note that this class differs from the AddressTerm class
in that this class does comparisons on address strings rather than
Address objects.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.StringTerm
| |||||||||||
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.StringTerm
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Equality comparison.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Check whether the address pattern specified in the constructor is
a substring of the string representation of the given Address
object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.StringTerm
| |||||||||||
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor.
| pattern | The address pattern to be compared. |
|---|
Equality comparison.
| obj |
|---|
Check whether the address pattern specified in the constructor is a substring of the string representation of the given Address object.
Note that if the string representation of the given Address object contains charset or transfer encodings, the encodings must be accounted for, during the match process.
| a | The comparison is applied to this Address object. |
|---|