|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.mail.search.SearchTerm javax.mail.search.ComparisonTerm
This class models the comparison operator. This is an abstract class; subclasses implement comparisons for different datatypes.
Field Summary | |
protected int |
comparison
The comparison. |
static int |
EQ
|
static int |
GE
|
static int |
GT
|
static int |
LE
|
static int |
LT
|
static int |
NE
|
Constructor Summary | |
ComparisonTerm()
|
Method Summary | |
boolean |
equals(Object obj)
Equality comparison. |
int |
hashCode()
Compute a hashCode for this object. |
Methods inherited from class javax.mail.search.SearchTerm |
match |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int LE
public static final int LT
public static final int EQ
public static final int NE
public static final int GT
public static final int GE
protected int comparison
Constructor Detail |
public ComparisonTerm()
Method Detail |
public boolean equals(Object obj)
public int hashCode()
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.