java.lang.Object
jakarta.mail.search.SearchTerm
jakarta.mail.search.NotTerm
- All Implemented Interfaces:
 Serializable
This class implements the logical NEGATION operator.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
NotTerm
 
 - 
 - 
Method Details
- 
getTerm
 - 
match
Description copied from class:SearchTermThis method applies a specific match criterion to the given message and returns the result.- Specified by:
 matchin classSearchTerm- Parameters:
 msg- The match criterion is applied on this message- Returns:
 - true, it the match succeeds, false if the match fails
 
 - 
equals
 - 
hashCode
 
 -