Name

AddressTerm

Synopsis

An abstract class implementing Message Address comparisons based on Address objects.

                  Subclasses
public abstract class AddressTerm extends SearchTerm {
// Protected Constructors
   protected AddressTerm( Address address);  
// Public Instance Methods
   public Address getAddress();  
// Public Methods Overriding Object
   public boolean equals( Object obj);                           // 1.2
   public int hashCode();                                        // 1.2
                  // Protected Instance Methods
   protected boolean match( Address a);  
// Protected Instance Fields
   protected Address address;  
}

Subclasses

FromTerm, RecipientTerm

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.