public abstract class

AddressTerm

extends SearchTerm
java.lang.Object
   ↳ com.google.code.javax.mail.search.SearchTerm
     ↳ com.google.code.javax.mail.search.AddressTerm
Known Direct Subclasses

Class Overview

This class implements Message Address comparisons.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.javax.mail.search.SearchTerm
Fields
protected Address address The address.
Protected Constructors
AddressTerm(Address address)
Public Methods
boolean equals(Object obj)
Equality comparison.
Address getAddress()
Return the address to match with.
int hashCode()
Compute a hashCode for this object.
Protected Methods
boolean match(Address a)
Match against the argument Address.
[Expand]
Inherited Methods
From class com.google.code.javax.mail.search.SearchTerm
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 2005405551929769980 (0x1bd4a1b9715ebffc)

Fields

protected Address address

The address.

Protected Constructors

protected AddressTerm (Address address)

Parameters
address

Public Methods

public boolean equals (Object obj)

Equality comparison.

Parameters
obj

public Address getAddress ()

Return the address to match with.

public int hashCode ()

Compute a hashCode for this object.

Protected Methods

protected boolean match (Address a)

Match against the argument Address.

Parameters
a