com.icegreen.greenmail.imap.commands
Class IdRange

java.lang.Object
  extended by 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)
           
 
Method Summary
 long getHighVal()
           
 long getLowVal()
           
 boolean includes(long uid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdRange

public IdRange(long singleVal)

IdRange

public IdRange(long lowVal,
               long highVal)
Method Detail

getLowVal

public long getLowVal()

getHighVal

public long getHighVal()

includes

public boolean includes(long uid)