|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.ComparisonTerm
public abstract class ComparisonTerm
A comparison for scalar values.
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. |
Constructor Summary | |
---|---|
ComparisonTerm()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
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(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |