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