javax.mail.search
Class AddressTerm

java.lang.Object
  extended byjavax.mail.search.SearchTerm
      extended byjavax.mail.search.AddressTerm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FromTerm, RecipientTerm

public abstract class AddressTerm
extends SearchTerm

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:28 $
See Also:
Serialized Form

Field Summary
protected  Address address
           
 
Constructor Summary
protected AddressTerm(Address address)
           
 
Method Summary
 boolean equals(Object other)
           
 Address getAddress()
           
 int hashCode()
           
protected  boolean match(Address address)
           
 
Methods inherited from class javax.mail.search.SearchTerm
match
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected Address address
Constructor Detail

AddressTerm

protected AddressTerm(Address address)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class SearchTerm

getAddress

public Address getAddress()

hashCode

public int hashCode()
Overrides:
hashCode in class SearchTerm

match

protected boolean match(Address address)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.