javax.mail.search
Class IntegerComparisonTerm
- Serializable
public abstract class IntegerComparisonTerm
An integer comparison.
Version:
- Chris Burdess
protected int | number - The number.
|
number
protected int number
The number.
IntegerComparisonTerm
protected IntegerComparisonTerm(int comparison,
int number)
equals
public boolean equals(Object other)
- equals in interface ComparisonTerm
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