public class NumberUtil extends 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".
|
public NumberUtil()
public static void checkIfInUInt32Range(long value)
value -