javax.mail.search
Class AddressStringTerm
- Serializable
public abstract class AddressStringTerm
A Term that compares two Addresses as Strings.
protected boolean | match(Address address) - Tests if the patterm associated with this Term is a substring of
the address in the supplied object.
|
AddressStringTerm
protected AddressStringTerm(String pattern)
Constructor.
pattern
- the pattern to be compared
match
protected boolean match(Address address)
Tests if the patterm associated with this Term is a substring of
the address in the supplied object.