javax.mail.search
Class AddressTerm
- Serializable
public abstract class AddressTerm
A comparison of message addresses.
address
protected Address address
The address.
AddressTerm
protected AddressTerm(Address address)
equals
public boolean equals(Object other)
getAddress
public Address getAddress()
Returns the address to match.
hashCode
public int hashCode()
match
protected boolean match(Address address)
Returns true if the specified address matches the address specified in
this term.
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved