javax.mail.search
Class AddressTerm
- Serializable
public abstract class AddressTerm
This class implements Message Address comparisons.
boolean | equals(Object other) - Equality comparison.
|
Address | getAddress() - Return the address to match with.
|
int | hashCode() - Compute a hashCode for this object.
|
protected boolean | match(Address address) - Match against the argument Address.
|
address
protected Address address
The address.
AddressTerm
protected AddressTerm(Address address)
equals
public boolean equals(Object other)
Equality comparison.
getAddress
public Address getAddress()
Return the address to match with.
hashCode
public int hashCode()
Compute a hashCode for this object.
match
protected boolean match(Address address)
Match against the argument Address.