com.icegreen.greenmail.imap.commands
Class MsnRange

java.lang.Object
  extended by com.icegreen.greenmail.imap.commands.MsnRange

public class MsnRange
extends Object

Represents a range of Message Sequence Numbers.


Constructor Summary
MsnRange(int singleVal)
           
MsnRange(int lowVal, int highVal)
           
 
Method Summary
 int getHighVal()
           
 int getLowVal()
           
 boolean includes(int msn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsnRange

public MsnRange(int singleVal)

MsnRange

public MsnRange(int lowVal,
                int highVal)
Method Detail

getLowVal

public int getLowVal()

getHighVal

public int getHighVal()

includes

public boolean includes(int msn)