javax.mail.search
public abstract class AddressStringTerm extends StringTerm
ignoreCase, pattern
Modifier | Constructor and Description |
---|---|
protected |
AddressStringTerm(String pattern)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
protected boolean |
match(Address a)
Indicates whether the address pattern specified in the constructor is a
substring of the string representation of the given address.
|
getIgnoreCase, getPattern, hashCode, match
match
protected AddressStringTerm(String pattern)
pattern
- the address pattern for comparisonprotected boolean match(Address a)
a
- the addresspublic boolean equals(Object other)
equals
in class StringTerm
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved