javax.mail.search
public abstract class AddressTerm extends SearchTerm
| Field Summary | |
|---|---|
| protected Address | address
The address. |
| Constructor Summary | |
|---|---|
| protected | AddressTerm(Address address)
Constructor taking the address for this term. |
| Method Summary | |
|---|---|
| boolean | equals(Object other) |
| Address | getAddress()
Return the address of this term.
|
| int | hashCode() |
| protected boolean | match(Address address)
Match to the supplied address.
|
Parameters: address the address
Returns: the addre4ss
Parameters: address the address to match with
Returns: true if the addresses match