javax.mail.search
Class ComparisonTerm
public abstract
class
ComparisonTerm
extends SearchTerm
A comparison for scalar values.
Version: 1.3
Author: Chris Burdess
Field Summary |
protected int | comparison
The comparison operator. |
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.
public static final int EQ
The equality operator.
public static final int GE
The greater than or equal to operator.
public static final int GT
The greater than operator.
public static final int LE
The less than or equal to operator.
public static final int LT
The less than operator.
public static final int NE
The not equal to operator.
public boolean equals(Object other)
public int hashCode()
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved