Constructor and Description |
---|
DoubleRange(Double min,
Double max)
Constructor - takes range endpoints.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Object |
getHighEndpoint() |
Object |
getLowEndpoint() |
Double |
getMax()
Returns high endpoint.
|
Double |
getMin()
Returns low endpoint.
|
int |
hashCode() |
String |
toString() |
public final Double getMin()
public Object getHighEndpoint()
getHighEndpoint
in interface Range
public Object getLowEndpoint()
getLowEndpoint
in interface Range
public final Double getMax()