Class IdRange
- java.lang.Object
-
- com.icegreen.greenmail.imap.commands.IdRange
-
public class IdRange extends java.lang.Object
Represents a range of UID values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getHighVal()
long
getLowVal()
boolean
includes(long uid)
-