javax.mail.search
public abstract class AddressStringTerm extends StringTerm
Constructor Summary | |
---|---|
protected | AddressStringTerm(String pattern)
Constructor. |
Method Summary | |
---|---|
protected boolean | match(Address address)
Tests if the patterm associated with this Term is a substring of
the address in the supplied object.
|
Parameters: pattern the pattern to be compared
Parameters: address
Returns: