Class IdRange
java.lang.Object
com.icegreen.greenmail.imap.commands.IdRange
Represents a range of UID values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdRange
public IdRange(long singleVal) -
IdRange
public IdRange(long lowVal, long highVal)
-
-
Method Details
-
getLowVal
public long getLowVal() -
getHighVal
public long getHighVal() -
includes
public boolean includes(long uid)
-