|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.StringTerm
This class implements the match method for Strings. The current implementation provides only for substring matching. We could add comparisons (like strcmp ...).
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Equality comparison. |
boolean |
getIgnoreCase()
Return true if we should ignore case when matching. |
java.lang.String |
getPattern()
Return the string to match with. |
int |
hashCode()
Compute a hashCode for this object. |
| Methods inherited from class javax.mail.search.SearchTerm |
match |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getPattern()
public boolean getIgnoreCase()
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||