javax.mail.search
Class IntegerComparisonTerm
- Serializable
public abstract class IntegerComparisonTerm
An integer comparison.
protected int | number - The number.
|
number
protected int number
The number.
IntegerComparisonTerm
protected IntegerComparisonTerm(int comparison,
int number)
getComparison
public int getComparison()
Returns the type of comparison.
getNumber
public int getNumber()
Returns the number to compare with.
match
protected boolean match(int i)
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved