KickJava   Java API By Example, From Geeks To Geeks.

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

javax.mail.search
Class AndTerm

java.lang.Object
  extended byjavax.mail.search.SearchTerm
      extended byjavax.mail.search.AndTerm
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public AndTerm(SearchTerm t1,
               SearchTerm t2)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public SearchTerm[] getTerms()
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  


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

Popular Tags