public abstract class MinMax extends Object
| Constructor and Description |
|---|
MinMax() |
| Modifier and Type | Method and Description |
|---|---|
static MinMax |
create(double min,
double max) |
abstract double |
max() |
abstract double |
min() |
String |
toString() |