public class Range
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Range.TypeAdapter |
Modifier and Type | Method and Description |
---|---|
int |
getMaxValue() |
int |
getMinValue() |
int |
getRandomValue() |
static Range |
of(int minValue,
int maxValue) |
public static Range of(int minValue, int maxValue)
public int getMinValue()
public int getMaxValue()
public int getRandomValue()