javax.mail.search
public abstract class IntegerComparisonTerm extends ComparisonTerm
Version: 1.3
| Field Summary | |
|---|---|
| protected int | number
The number. |
| Constructor Summary | |
|---|---|
| protected | IntegerComparisonTerm(int comparison, int number) |
| Method Summary | |
|---|---|
| boolean | equals(Object other) |
| int | getComparison()
Returns the type of comparison. |
| int | getNumber()
Returns the number to compare with. |
| int | hashCode() |
| protected boolean | match(int i) |