java.lang.Object | +--javax.mail.search.SearchTerm | +--javax.mail.search.StringTermKnown Direct Subclasses:
boolean | Ignore case when comparing? |
String | The pattern. |
StringTerm(String pattern) |
StringTerm(String pattern, boolean ignoreCase) |
boolean | equals(Object other) Equality comparison. |
boolean | Return true if we should ignore case when matching. |
String | Return the string to match with. |
int | hashCode() Compute a hashCode for this object. |
boolean | match(String s) |
protected boolean ignoreCase
protected String pattern
protected StringTerm(String pattern)
protected StringTerm(String pattern, boolean ignoreCase)
public boolean equals(Object other)
public boolean getIgnoreCase()
public String getPattern()
public int hashCode()
protected boolean match(String s)