javax.mail.search
Class SentDateTerm
java.lang.Object
javax.mail.search.SearchTerm
javax.mail.search.ComparisonTerm
javax.mail.search.DateTerm
javax.mail.search.SentDateTerm
- All Implemented Interfaces:
- Serializable
public final class SentDateTerm
- extends DateTerm
This class implements comparisons for the Message SentDate.
- Author:
- Bill Shannon, John Mani
- See Also:
- Serialized Form
SentDateTerm
public SentDateTerm(int comparison,
Date date)
- Constructor.
- Parameters:
comparison
- the Comparison typedate
- the date to be compared
match
public boolean match(Message msg)
- The match method.
- Specified by:
match
in class SearchTerm
- Parameters:
msg
- the date comparator is applied to this Message's
sent date
- Returns:
- true if the comparison succeeds, otherwise false
equals
public boolean equals(Object obj)
- Equality comparison.
- Overrides:
equals
in class DateTerm
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.