public interface IInterval extends Persistent, Cloneable
| Modifier and Type | Method and Description |
|---|---|
double |
getMax()
Returns the interval maximum included value.
|
double |
getMin()
Returns the interval minimum included value.
|
boolean |
isInInterval(Object v)
Returns if the given value is included into the interval.
|
loadFromState, saveToStateboolean isInInterval(Object v)
v - value to check. Must be instance of Numberdouble getMin()
double getMax()