|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.mail.search
|
Field Summary | |
---|---|
protected boolean |
ignoreCase
Ignore case when comparing? |
protected String |
pattern
The pattern. |
Constructor Summary | |
---|---|
protected |
StringTerm(String pattern)
|
protected |
StringTerm(String pattern,
boolean ignoreCase)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Equality comparison. |
boolean |
getIgnoreCase()
Return true if we should ignore case when matching. |
String |
getPattern()
Return the string to match with. |
int |
hashCode()
Compute a hashCode for this object. |
protected boolean |
match(String s)
|
Methods inherited from class javax.mail.search.SearchTerm |
---|
match |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String pattern
protected boolean ignoreCase
Constructor Detail |
---|
protected StringTerm(String pattern)
protected StringTerm(String pattern, boolean ignoreCase)
Method Detail |
---|
public String getPattern()
public boolean getIgnoreCase()
protected boolean match(String s)
public boolean equals(Object obj)
public int hashCode()