com.icegreen.greenmail.imap.commands
Class IdRange
java.lang.Object
com.icegreen.greenmail.imap.commands.IdRange
public class IdRange
- extends Object
Represents a range of UID values.
Constructor Summary |
IdRange(long singleVal)
|
IdRange(long lowVal,
long highVal)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdRange
public IdRange(long singleVal)
IdRange
public IdRange(long lowVal,
long highVal)
getLowVal
public long getLowVal()
getHighVal
public long getHighVal()
includes
public boolean includes(long uid)