javax.mail.search
Class SizeTerm
- Serializable
public final class SizeTerm
A comparison of message sizes.
SizeTerm(int comparison, int size)- Constructor.
|
boolean | equals(Object other)
|
boolean | match(Message msg)- Returns true only if the size of the given message matches the
specified size using the specified operator.
|
SizeTerm
public SizeTerm(int comparison,
int size) Constructor.
comparison - the comparison operatorsize - the size
match
public boolean match(Message msg)
Returns true only if the size of the given message matches the
specified size using the specified operator.
- match in interface SearchTerm
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved