| 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.IntegerComparisonTermpublic abstract class IntegerComparisonTermextends ComparisonTermField Summary | |
protected int |
|
Fields inherited from class javax.mail.search.ComparisonTerm | |
EQ, GE, GT, LE, LT, NE, comparison | |
Constructor Summary | |
| |
Method Summary | |
boolean |
|
int |
|
int |
|
int |
|
protected boolean |
|
Methods inherited from class javax.mail.search.ComparisonTerm | |
equals, hashCode | |
Methods inherited from class javax.mail.search.SearchTerm | |
match | |
public int getComparison()
Returns the type of comparison.
public int getNumber()
Returns the number to compare with.
protected boolean match(int i)