public class Range
extends Object
-
Nested Class Summary
Nested Classes
-
Method Summary
int
int
int
of(int minValue,
int maxValue)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static Range of(int minValue,
int maxValue)
-
getMinValue
public int getMinValue()
-
getMaxValue
public int getMaxValue()
-
getRandomValue
public int getRandomValue()