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