Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
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 static final EPTypeClass EPTYPE
public final Double getMin()
public Object getHighEndpoint()
getHighEndpoint
in interface Range
public Object getLowEndpoint()
getLowEndpoint
in interface Range
public final Double getMax()
Copyright © 2005–2022. All rights reserved.