|
||||||||||
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
public final class SizeTerm
This class implements comparisons for 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 obj)
Equality comparison. |
boolean |
match(Message msg)
The match method. |
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 typesize
- the sizeMethod Detail |
---|
public boolean match(Message msg)
match
in class SearchTerm
msg
- the size comparator is applied to this Message's size
public boolean equals(java.lang.Object obj)
equals
in class IntegerComparisonTerm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |