java.lang.Object | +--javax.mail.search.SearchTerm | +--javax.mail.search.ComparisonTerm | +--javax.mail.search.IntegerComparisonTerm
This class implements comparisons for integers.
number |
Fields inherited from class javax.mail.search.ComparisonTerm |
comparison,EQ,GE,GT,LE,LT,NE |
IntegerComparisonTerm(int comparison, int number) |
getComparison() Return the type of comparison. | |
getNumber() Return the number to compare with. | |
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 |
protected intnumber
protectedIntegerComparisonTerm(int comparison, int number)
public intgetNumber()
public intgetComparison()
protected booleanmatch(int i)