|
|||||||||||
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.MessageNumberTerm
A comparison of message numbers.
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 | |
MessageNumberTerm(int number)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object other)
|
boolean |
match(Message msg)
Returns true if the message number of the given message is equal to the message number specified in this term. |
Methods inherited from class javax.mail.search.IntegerComparisonTerm |
getComparison, getNumber, hashCode, match |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageNumberTerm(int number)
number
- the message number to matchMethod Detail |
public boolean match(Message msg)
match
in class SearchTerm
public boolean equals(java.lang.Object other)
equals
in class IntegerComparisonTerm
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |