Package jakarta.mail.search
Class RecipientTerm
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.
- Author:
- Bill Shannon, John Mani
- See Also:
-
Field Summary
Fields inherited from class jakarta.mail.search.AddressTerm
address
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Equality comparison.Return the type of recipient to match with.int
hashCode()
Compute a hashCode for this object.boolean
The 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:
match
in classSearchTerm
- Parameters:
msg
- The address match is applied to this Message's recepient address- Returns:
- true if the match succeeds, otherwise false
-
equals
Equality comparison.- Overrides:
equals
in classAddressTerm
-
hashCode
public int hashCode()Compute a hashCode for this object.- Overrides:
hashCode
in classAddressTerm
-