This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.mail.search
class NotTerm

javax.mail.search.SearchTerm extended by javax.mail.search.NotTerm
All Implemented Interfaces:
Serializable

public final class NotTerm
extends SearchTerm

This class implements the logical NEGATION operator.


Field Summary
protected SearchTerm term
          The search term to negate.
 
Constructor Summary

          
 
Method Summary
 boolean

          Equality comparison.
 SearchTerm

          Return the term to negate.
 int

          Compute a hashCode for this object.
 boolean

          This method applies a specific match criterion to the given message and returns the result.
 
Methods inherited from class javax.mail.search.SearchTerm
match
 

Field Detail

term

protected SearchTerm term
The search term to negate.
Constructor Detail

NotTerm

public NotTerm(SearchTerm t)
Parameters:
t
Method Detail

equals

public boolean equals(Object obj)
Equality comparison.

Overrides:
equals in class Object
Parameters:
obj

getTerm

public SearchTerm getTerm()
Return the term to negate.


hashCode

public int hashCode()
Compute a hashCode for this object.

Overrides:
hashCode in class Object

match

public boolean match(Message msg)
Overrides:
match in class SearchTerm
Parameters:
msg


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.