rabbit.proxy
Class RandomStream.Range

java.lang.Object
  extended by rabbit.proxy.RandomStream.Range
Enclosing class:
RandomStream

public static class RandomStream.Range
extends java.lang.Object

A single range for a resource.


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

Constructor Detail

RandomStream.Range

public RandomStream.Range(long start,
                          long end)
Method Detail

getStart

public long getStart()

getEnd

public long getEnd()