|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.mail.search.SearchTerm
|
+--javax.mail.search.ComparisonTerm
|
+--javax.mail.search.IntegerComparisonTerm
|
+--javax.mail.search.SizeTerm
This class implements comparisons for Message sizes.
| 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)
Constructor. |
|
| Method Summary | |
boolean |
match(Message msg)
The match method. |
| Methods inherited from class javax.mail.search.IntegerComparisonTerm |
getComparison, getNumber, match |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SizeTerm(int comparison,
int size)
comparison - the Comparison typesize - the size| Method Detail |
public boolean match(Message msg)
match in class SearchTermmsg - the size comparator is applied to this Message's size
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||