|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.NotTerm
public final class NotTerm
This class implements the logical NEGATION operator.
| 字段摘要 | |
|---|---|
protected SearchTerm |
term
The search term to negate. |
| 构造方法摘要 | |
|---|---|
NotTerm(SearchTerm t)
|
|
| 方法摘要 | |
|---|---|
boolean |
equals(Object obj)
Equality comparison. |
SearchTerm |
getTerm()
Return the term to negate. |
int |
hashCode()
Compute a hashCode for this object. |
boolean |
match(Message msg)
This method applies a specific match criterion to the given message and returns the result. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected SearchTerm term
| 构造方法详细信息 |
|---|
public NotTerm(SearchTerm t)
| 方法详细信息 |
|---|
public SearchTerm getTerm()
public boolean match(Message msg)
SearchTerm 复制的描述
SearchTerm 中的 matchmsg - The match criterion is applied on this message
public boolean equals(Object obj)
Object 中的 equalspublic int hashCode()
Object 中的 hashCode
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||