| Package | Description |
|---|---|
| net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ValueOutOfRangeException.checkRange(Number value,
Number minimum,
Number maximum,
Object valueSource)
Deprecated.
- will be removed - use
checkRange(Object, Object, Object, Object) instead. |
static <V> void |
ValueOutOfRangeException.checkRange(V value,
V minimum,
V maximum,
Object valueSource)
Deprecated.
This method checks that the given
value is in the inclusive range from minimum to
maximum. |
Copyright © 2001–2019 mmm-Team. All rights reserved.