|
||||||||||||
| 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
A comparison of message sizes.
| 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)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
boolean |
match(Message msg)
Returns true only if the size of the given message matches the specified size using the specified operator. |
| 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 SizeTerm(int comparison,
int size)
comparison - the comparison operatorsize - the size| Method Detail |
public boolean match(Message msg)
match in class SearchTermpublic 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 | |||||||||||