javax.mail.search

Class FromTerm

Implemented Interfaces:
Serializable

public final class FromTerm
extends AddressTerm

This class implements comparisons for the From Address header.

Field Summary

Fields inherited from class javax.mail.search.AddressTerm

address

Constructor Summary

FromTerm(Address address)
Constructor

Method Summary

boolean
equals(Object other)
Equality comparison.
boolean
match(Message msg)
The address comparator.

Methods inherited from class javax.mail.search.AddressTerm

equals, getAddress, hashCode, match

Methods inherited from class javax.mail.search.SearchTerm

match

Constructor Details

FromTerm

public FromTerm(Address address)
Constructor

Parameters:
address - The Address to be compared

Method Details

equals

public boolean equals(Object other)
Equality comparison.
Overrides:
equals in interface AddressTerm


match

public boolean match(Message msg)
The address comparator.
Overrides:
match in interface SearchTerm

Parameters:
msg - The address comparison is applied to this Message

Returns:
true if the comparison succeeds, otherwise false