java.lang.Object
|
+--javax.mail.search.SearchTerm
|
+--javax.mail.search.ComparisonTerm
|
+--javax.mail.search.IntegerComparisonTerm
Known Direct Subclasses:int | The number. |
IntegerComparisonTerm(int comparison, int number) |
boolean | equals(Object other) Equality comparison. |
int | Return the type of comparison. |
int | Return the number to compare with. |
int | hashCode() Compute a hashCode for this object. |
boolean | match(int i) |
protected int number
protected IntegerComparisonTerm(int comparison, int number)
public boolean equals(Object other)
public int getComparison()
public int getNumber()
public int hashCode()
protected boolean match(int i)