
public class RangedInteger extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
max |
private int |
min |
private static long |
serialVersionUID |
private int |
val |
| Constructor and Description |
|---|
RangedInteger(int minimum,
int maximum) |
RangedInteger(int minimum,
int maximum,
int current) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMax() |
int |
getMin() |
int |
getVal() |
void |
setVal(int value) |
private static final long serialVersionUID
private final int max
private final int min
private int val