javax.mail.search
Class IntegerComparisonTerm
- Serializable
public abstract class IntegerComparisonTerm
This class implements comparisons for integers.
protected int | number - The number.
|
boolean | equals(Object other) - Equality comparison.
|
int | getComparison() - Return the type of comparison.
|
int | getNumber() - Return the number to compare with.
|
int | hashCode() - Compute a hashCode for this object.
|
protected boolean | match(int i)
|
number
protected int number
The number.
IntegerComparisonTerm
protected IntegerComparisonTerm(int comparison,
int number)
getComparison
public int getComparison()
Return the type of comparison.
getNumber
public int getNumber()
Return the number to compare with.
match
protected boolean match(int i)
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved