Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.mail.search.SearchTerm
javax.mail.search.ComparisonTerm
javax.mail.search.IntegerComparisonTerm
public abstract class IntegerComparisonTerm
extends ComparisonTerm
Field 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()
Return the type of comparison.
public int getNumber()
Return the number to compare with.
protected boolean match(int i)