|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.mail.search.SearchTerm
javax.mail.search.AddressTerm
javax.mail.search.RecipientTerm
public final class RecipientTerm
このクラスは Recipient Address ヘッダの比較を実装します。
フィールドの概要 | |
---|---|
protected Message.RecipientType |
type
受信者の型です。 |
クラス javax.mail.search.AddressTerm から継承されたフィールド |
---|
address |
コンストラクタの概要 | |
---|---|
RecipientTerm(Message.RecipientType type,
Address address)
コンストラクタです。 |
メソッドの概要 | |
---|---|
boolean |
equals(Object obj)
等価比較です。 |
Message.RecipientType |
getRecipientType()
照合する受信者の型を返します。 |
int |
hashCode()
このオブジェクトのハッシュコードを計算します。 |
boolean |
match(Message msg)
照合メソッドです。 |
クラス javax.mail.search.AddressTerm から継承されたメソッド |
---|
getAddress, match |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected Message.RecipientType type
コンストラクタの詳細 |
---|
public RecipientTerm(Message.RecipientType type, Address address)
type
- 受信者の型address
- 照合するアドレスメソッドの詳細 |
---|
public Message.RecipientType getRecipientType()
public boolean match(Message msg)
SearchTerm
内の match
msg
- アドレス照合はこの Message の受信者アドレスに適用されます。
public boolean equals(Object obj)
AddressTerm
内の equals
public int hashCode()
AddressTerm
内の hashCode
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |