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, saveToState
boolean isInInterval(Object v)
v
- value to check. Must be instance of Number
double getMin()
double getMax()