public class Range extends Object
| Constructor and Description |
|---|
Range(double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMax() |
double |
getMin() |
void |
setMax(double max) |
void |
setMin(double min) |
String |
toString() |