Known Direct Subclasses
| FromTerm |
This class implements comparisons for the From Address header. |
| RecipientTerm |
This class implements comparisons for the Recipient Address headers. |
|
Class Overview
This class implements Message Address comparisons.
Summary
| Public Methods |
|
boolean
|
equals(Object obj)
Equality comparison.
|
|
Address
|
getAddress()
Return the address to match with.
|
|
int
|
hashCode()
Compute a hashCode for this object.
|
| Protected Methods |
|
boolean
|
match(Address a)
Match against the argument Address.
|
|
[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
private
static
final
long
serialVersionUID
Constant Value:
2005405551929769980
(0x1bd4a1b9715ebffc)
Fields
Protected Constructors
protected
AddressTerm
(Address address)
Public Methods
public
boolean
equals
(Object obj)
public
Address
getAddress
()
Return the address to match with.
public
int
hashCode
()
Compute a hashCode for this object.
Protected Methods
protected
boolean
match
(Address a)
Match against the argument Address.