javax.mail.search
Class MessageNumberTerm
java.lang.Object
javax.mail.search.SearchTerm
javax.mail.search.ComparisonTerm
javax.mail.search.IntegerComparisonTerm
javax.mail.search.MessageNumberTerm
- All Implemented Interfaces:
- Serializable
public final class MessageNumberTerm
- extends IntegerComparisonTerm
- Version:
- $Rev: 421852 $ $Date: 2006-07-14 03:02:19 -0700 (Fri, 14 Jul 2006) $
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(Object other)
|
boolean |
match(Message message)
Checks a matching criteria defined by the concrete subclass of this Term. |
MessageNumberTerm
public MessageNumberTerm(int number)
match
public boolean match(Message message)
- Description copied from class:
SearchTerm
- Checks a matching criteria defined by the concrete subclass of this Term.
- Specified by:
match
in class SearchTerm
- Parameters:
message
- the message to apply the matching criteria to
- Returns:
- true if the matching criteria is met
equals
public boolean equals(Object other)
- Overrides:
equals
in class IntegerComparisonTerm
Copyright © 2006 Apache Software Foundation. All Rights Reserved.