| java.lang.Object | ||
| ↳ | com.google.code.javax.mail.search.SearchTerm | |
| ↳ | com.google.code.javax.mail.search.GmailSearchTerm | |
Known Direct Subclasses
|
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ignoreCase | Ignore case when comparing? | ||||||||||
| pattern | The pattern. | ||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Equality comparison.
| |||||||||||
Return true if we should ignore case when matching.
| |||||||||||
Return the string to match with.
| |||||||||||
Compute a hashCode for this object.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
From class
java.lang.Object
| |||||||||||
Ignore case when comparing?
The pattern.
| pattern |
|---|
| pattern | |
|---|---|
| ignoreCase |
Equality comparison.
| obj |
|---|
Return true if we should ignore case when matching.
Return the string to match with.
Compute a hashCode for this object.
| s |
|---|