Home » apache-tomcat-6.0.26-src » javax » mail » search » [javadoc | source]
javax.mail.search
public final class: NotTerm [javadoc | source]
java.lang.Object
   javax.mail.search.SearchTerm
      javax.mail.search.NotTerm

All Implemented Interfaces:
    Serializable

This class implements the logical NEGATION operator.
Field Summary
protected  SearchTerm term    The search term to negate.
    serial:
 
Constructor:
 public NotTerm(SearchTerm t) 
Method from javax.mail.search.NotTerm Summary:
equals,   getTerm,   hashCode,   match
Methods from javax.mail.search.SearchTerm:
match
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.mail.search.NotTerm Detail:
 public boolean equals(Object obj) 
    Equality comparison.
 public SearchTerm getTerm() 
    Return the term to negate.
 public int hashCode() 
    Compute a hashCode for this object.
 public boolean match(Message msg)