|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.AddressTerm
public abstract class AddressTerm
This class implements Message Address comparisons.
| 字段摘要 | |
|---|---|
protected Address |
address
The address. |
| 构造方法摘要 | |
|---|---|
protected |
AddressTerm(Address address)
|
| 方法摘要 | |
|---|---|
boolean |
equals(Object obj)
Equality comparison. |
Address |
getAddress()
Return the address to match with. |
int |
hashCode()
Compute a hashCode for this object. |
protected boolean |
match(Address a)
Match against the argument Address. |
| 从类 javax.mail.search.SearchTerm 继承的方法 |
|---|
match |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected Address address
| 构造方法详细信息 |
|---|
protected AddressTerm(Address address)
| 方法详细信息 |
|---|
public Address getAddress()
protected boolean match(Address a)
public boolean equals(Object obj)
Object 中的 equalspublic int hashCode()
Object 中的 hashCode
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||