javax.mail.search
Class ComparisonTerm
- Serializable
public abstract class ComparisonTerm
A comparison for scalar values.
static int | EQ - The equality operator.
|
static int | GE - The greater than or equal to operator.
|
static int | GT - The greater than operator.
|
static int | LE - The less than or equal to operator.
|
static int | LT - The less than operator.
|
static int | NE - The not equal to operator.
|
protected int | comparison - The comparison operator.
|
EQ
public static final int EQ
The equality operator.
GE
public static final int GE
The greater than or equal to operator.
GT
public static final int GT
The greater than operator.
LE
public static final int LE
The less than or equal to operator.
LT
public static final int LT
The less than operator.
NE
public static final int NE
The not equal to operator.
comparison
protected int comparison
The comparison operator.
equals
public boolean equals(Object other)
hashCode
public int hashCode()
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved