|
|||||||||
| 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
This class implements comparisons for integers.
| Field Summary | |
protected int |
number
|
| Fields inherited from class javax.mail.search.ComparisonTerm |
comparison,
EQ,
GE,
GT,
LE,
LT,
NE |
| Constructor Summary | |
protected |
IntegerComparisonTerm(int comparison,
int number)
|
| Method Summary | |
int |
getComparison()
Return the type of comparison. |
int |
getNumber()
Return the number to compare with. |
protected boolean |
match(int i)
|
| Methods inherited from class javax.mail.search.SearchTerm |
match |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected int number
| Constructor Detail |
protected IntegerComparisonTerm(int comparison,
int number)
| Method Detail |
public int getNumber()
public int getComparison()
protected boolean match(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||