rabbit.io
Class Range

java.lang.Object
  extended by rabbit.io.Range

public class Range
extends Object

A class to handle a range.

Author:
Robert Olofsson

Constructor Summary
Range(long start, long end)
           
 
Method Summary
 long getEnd()
           
 long getStart()
           
 long size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Range

public Range(long start,
             long end)
Method Detail

getStart

public long getStart()

getEnd

public long getEnd()

size

public long size()