| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.mail.search.SearchTermjavax.mail.search.ComparisonTermjavax.mail.search.IntegerComparisonTermjavax.mail.search.MessageNumberTermpublic final class MessageNumberTermextends IntegerComparisonTermField Summary |
Fields inherited from class javax.mail.search.IntegerComparisonTerm | |
number | |
Fields inherited from class javax.mail.search.ComparisonTerm | |
EQ, GE, GT, LE, LT, NE, comparison | |
Constructor Summary | |
| |
Method Summary | |
boolean |
|
boolean | |
Methods inherited from class javax.mail.search.IntegerComparisonTerm | |
equals, getComparison, getNumber, hashCode, match | |
Methods inherited from class javax.mail.search.ComparisonTerm | |
equals, hashCode | |
Methods inherited from class javax.mail.search.SearchTerm | |
match | |
public MessageNumberTerm(int number)
Constructor.
- Parameters:
number- the message number to match
public boolean match(Message msg)
Returns true if the message number of the given message is equal to the message number specified in this term.
- Overrides:
- match in interface SearchTerm