javax.mail.search
Class ComparisonTerm
- Serializable
public abstract class ComparisonTerm
A comparison for scalar values.
Version:
- Chris Burdess
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.
- 3
GE
public static final int GE
The greater than or equal to operator.
- 6
GT
public static final int GT
The greater than operator.
- 5
LE
public static final int LE
The less than or equal to operator.
- 1
LT
public static final int LT
The less than operator.
- 2
NE
public static final int NE
The not equal to operator.
- 4
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