public final class Range
extends java.lang.Object
| Constructor and Description |
|---|
Range(float from,
float to) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(float value)
Returns true if this range contains (if the value is in between) the given value, false if not.
|
boolean |
isLarger(float value) |
boolean |
isSmaller(float value) |