Known Direct Subclasses
|
Known Indirect Subclasses
| MessageNumberTerm |
This class implements comparisons for Message numbers. |
| ReceivedDateTerm |
This class implements comparisons for the Message Received date |
| SentDateTerm |
This class implements comparisons for the Message SentDate. |
| SizeTerm |
This class implements comparisons for Message sizes. |
|
Class Overview
This class models the comparison operator. This is an abstract
class; subclasses implement comparisons for different datatypes.
Summary
| Public Methods |
|
boolean
|
equals(Object obj)
Equality comparison.
|
|
int
|
hashCode()
Compute a hashCode for this object.
|
|
[Expand]
Inherited Methods |
From class
com.google.code.javax.mail.search.SearchTerm
|
abstract
boolean
|
match(Message msg)
This method applies a specific match criterion to the given
message and returns the result.
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
EQ
Constant Value:
3
(0x00000003)
public
static
final
int
GE
Constant Value:
6
(0x00000006)
public
static
final
int
GT
Constant Value:
5
(0x00000005)
public
static
final
int
LE
Constant Value:
1
(0x00000001)
public
static
final
int
LT
Constant Value:
2
(0x00000002)
public
static
final
int
NE
Constant Value:
4
(0x00000004)
private
static
final
long
serialVersionUID
Constant Value:
1456646953666474308
(0x14370cafcc71f144)
Fields
Public Constructors
Public Methods
public
boolean
equals
(Object obj)
public
int
hashCode
()
Compute a hashCode for this object.