|
|||||||||||
| 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.ComparisonTerm
javax.mail.search.IntegerComparisonTerm
javax.mail.search.SizeTerm
| Field Summary |
| Fields inherited from class javax.mail.search.IntegerComparisonTerm |
number |
| Fields inherited from class javax.mail.search.ComparisonTerm |
comparison, EQ, GE, GT, LE, LT, NE |
| Constructor Summary | |
SizeTerm(int comparison,
int size)
|
|
| Method Summary | |
boolean |
match(Message message)
Checks a matching criteria defined by the concrete subclass of this Term. |
| Methods inherited from class javax.mail.search.IntegerComparisonTerm |
equals, getComparison, getNumber, hashCode, match |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SizeTerm(int comparison,
int size)
| Method Detail |
public boolean match(Message message)
SearchTerm
match in class SearchTermmessage - the message to apply the matching criteria to
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||