public final class Util
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Util() |
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
isInt16(long x)
Returns @c true if a given integer @a x is signed 16 bit integer
|
(package private) static boolean |
isInt32(long x)
Returns @c true if a given integer @a x is signed 32 bit integer
|
(package private) static boolean |
isInt8(long x)
Returns @c true if a given integer @a x is signed 8 bit integer
|
(package private) static boolean |
isUInt16(long x)
Returns @c true if a given integer @a x is unsigned 16 bit integer
|
(package private) static boolean |
isUInt32(long x)
Returns @c true if a given integer @a x is unsigned 32 bit integer
|
(package private) static boolean |
isUInt8(long x)
Returns @c true if a given integer @a x is unsigned 8 bit integer
|
static final boolean isInt8(long x)
static final boolean isUInt8(long x)
static final boolean isInt16(long x)
static final boolean isUInt16(long x)
static final boolean isInt32(long x)
static final boolean isUInt32(long x)