KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > search > NotTerm

javax.mail.search
Class NotTerm

java.lang.Object
  extended byjavax.mail.search.SearchTerm
      extended byjavax.mail.search.NotTerm
All Implemented Interfaces:
Serializable
See Also:
Source Code

public boolean equals(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SearchTerm getTerm()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean match(Message msg)
See Also:
SearchTerm
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NotTerm(SearchTerm t)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected SearchTerm term
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags