net.sf.rej.util
Class Range

java.lang.Object
  extended by net.sf.rej.util.Range

public class Range
extends java.lang.Object


Constructor Summary
Range(int offset, int size)
           
 
Method Summary
 int getOffset()
           
 int getSize()
           
 Range offsetBy(int offset)
           
 void setSize(int size)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Range

public Range(int offset,
             int size)
Method Detail

getOffset

public int getOffset()

getSize

public int getSize()

setSize

public void setSize(int size)

offsetBy

public Range offsetBy(int offset)