com.icegreen.greenmail.imap.commands
Class MsnRange
java.lang.Object
com.icegreen.greenmail.imap.commands.MsnRange
public class MsnRange
- extends Object
Represents a range of Message Sequence Numbers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsnRange
public MsnRange(int singleVal)
MsnRange
public MsnRange(int lowVal,
int highVal)
getLowVal
public int getLowVal()
getHighVal
public int getHighVal()
includes
public boolean includes(int msn)