|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.mail.Address
public abstract class Address
This abstract class models the addresses in a message. Subclasses provide specific implementations. Subclasses will typically be serializable so that (for example) the use of Address objects in search terms can be serialized along with the search terms.
| 构造方法摘要 | |
|---|---|
Address()
|
|
| 方法摘要 | |
|---|---|
abstract boolean |
equals(Object address)
The equality operator. |
abstract String |
getType()
Return a type string that identifies this address type. |
abstract String |
toString()
Return a String representation of this address object. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public Address()
| 方法详细信息 |
|---|
public abstract String getType()
InternetAddresspublic abstract String toString()
Object 中的 toStringpublic abstract boolean equals(Object address)
hashCode
method that preserves the general contract of
equals and hashCode - objects that
compare as equal must have the same hashCode.
Object 中的 equalsaddress - Address object
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||