public class NumberUtil
extends java.lang.Object
| Constructor and Description |
|---|
NumberUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkIfInUInt32Range(long value)
Deprecated.
use
requireUInt32(long) instead. |
static long |
requireUInt32(long value)
Checks if the given long is within the range of an unsigned 32-bit integer, the XML type "xs:unsignedInt".
|
static int |
requireUShort16(int value)
Checks if the given int is within the range of an unsigned 16-bit integer, the XML type "xs:unsignedShort".
|
@Deprecated public static void checkIfInUInt32Range(long value)
requireUInt32(long) instead.value - public static long requireUInt32(long value)
value - public static int requireUShort16(int value)
value -