com.webkitchen.brainathlon.util
Class Range

java.lang.Object
  extended by com.webkitchen.brainathlon.util.Range

public class Range
extends java.lang.Object


Constructor Summary
Range(int minValue, int maxValue)
           
 
Method Summary
 boolean contains(int value)
           
 int getDifference()
           
 int getMaxValue()
           
 int getMinValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Range

public Range(int minValue,
             int maxValue)
Method Detail

contains

public boolean contains(int value)

getMaxValue

public int getMaxValue()

getMinValue

public int getMinValue()

getDifference

public int getDifference()