|
|||||||||
| 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.MessageNumberTerm
This class implements comparisons for Message numbers.
| 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 | |
MessageNumberTerm(int number)
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 MessageNumberTerm(int number)
number - the Message number| Method Detail |
public boolean match(Message msg)
match in class SearchTermmsg - the Message number is matched with this Message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||