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 AddressTerm

javax.mail.search.SearchTerm extended by javax.mail.search.AddressTerm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FromTerm, RecipientTerm

public abstract class AddressTerm
extends SearchTerm

This class implements Message Address comparisons.


Field Summary
protected Address address
          The address.
 
Constructor Summary
protected

          
 
Method Summary
 boolean

          Equality comparison.
 Address

          Return the address to match with.
 int

          Compute a hashCode for this object.
protected boolean

          Match against the argument Address.
 
Methods inherited from class javax.mail.search.SearchTerm
match
 

Field Detail

address

protected Address address
The address.
Constructor Detail

AddressTerm

protected AddressTerm(Address address)
Parameters:
address
Method Detail

equals

public boolean equals(Object obj)
Equality comparison.

Overrides:
equals in class Object
Parameters:
obj

getAddress

public Address getAddress()
Return the address to match with.


hashCode

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

Overrides:
hashCode in class Object

match

protected boolean match(Address a)
Match against the argument Address.

Parameters:
a


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.