|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hs.mail.imap.message.search.SearchKey
com.hs.mail.imap.message.search.ComparisonKey
com.hs.mail.imap.message.search.IntegerComparisonKey
com.hs.mail.imap.message.search.SizeKey
public final class SizeKey
This class implements search-criteria for Message sizes.
Field Summary |
---|
Fields inherited from class com.hs.mail.imap.message.search.IntegerComparisonKey |
---|
number |
Fields inherited from class com.hs.mail.imap.message.search.ComparisonKey |
---|
comparison, EQ, GE, GT, LE, LT, NE |
Constructor Summary | |
---|---|
SizeKey(int comparison,
int size)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
boolean |
isComposite()
|
Methods inherited from class com.hs.mail.imap.message.search.IntegerComparisonKey |
---|
getNumber, hashCode |
Methods inherited from class com.hs.mail.imap.message.search.ComparisonKey |
---|
getComparison |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SizeKey(int comparison, int size)
Method Detail |
---|
public boolean equals(Object obj)
equals
in class IntegerComparisonKey
public boolean isComposite()
isComposite
in class SearchKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |