java.lang.Object
jakarta.mail.search.SearchTerm
jakarta.mail.search.AddressTerm
jakarta.mail.search.RecipientTerm
- All Implemented Interfaces:
 Serializable
This class implements comparisons for the Recipient Address headers.
- See Also:
 
- 
Field Summary
Fields inherited from class jakarta.mail.search.AddressTerm
address - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanEquality comparison.Return the type of recipient to match with.inthashCode()Compute a hashCode for this object.booleanThe match method.Methods inherited from class jakarta.mail.search.AddressTerm
getAddress, match 
- 
Constructor Details
- 
RecipientTerm
Constructor.- Parameters:
 type- the recipient typeaddress- the address to match for
 
 - 
 - 
Method Details
- 
getRecipientType
Return the type of recipient to match with.- Returns:
 - the recipient type
 
 - 
match
The match method.- Specified by:
 matchin classSearchTerm- Parameters:
 msg- The address match is applied to this Message's recepient address- Returns:
 - true if the match succeeds, otherwise false
 
 - 
equals
 - 
hashCode
 
 -