javax.mail.search

Class RecipientTerm

public final class RecipientTerm extends AddressTerm

Field Summary
protected Message.RecipientTypetype
Constructor Summary
RecipientTerm(Message.RecipientType type, Address address)
Method Summary
booleanequals(Object other)
Message.RecipientTypegetRecipientType()
inthashCode()
booleanmatch(Message message)

Field Detail

type

protected Message.RecipientType type

Constructor Detail

RecipientTerm

public RecipientTerm(Message.RecipientType type, Address address)

Method Detail

equals

public boolean equals(Object other)

getRecipientType

public Message.RecipientType getRecipientType()

hashCode

public int hashCode()

match

public boolean match(Message message)