public final class UInt32 extends Scalar
| Modifier and Type | Field and Description |
|---|---|
static UInt32 |
MAX_VALUE |
static long |
MAX_VALUE_LONG |
static UInt32 |
MIN_VALUE |
static long |
MIN_VALUE_LONG |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
static UInt32 |
from(long number) |
UInt32 |
getMaxValue() |
UInt32 |
getMinValue() |
int |
hashCode() |
UInt32 |
incrementedByOne() |
long |
nativeRepresentation() |
doubleValue, floatValue, intValue, longValue, number, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcharAt, length, subSequencepublic static final long MIN_VALUE_LONG
public static final long MAX_VALUE_LONG
public static final UInt32 MIN_VALUE
public static final UInt32 MAX_VALUE
public long nativeRepresentation()
public static UInt32 from(long number)
public UInt32 getMinValue()
getMinValue in class Scalarpublic UInt32 getMaxValue()
getMaxValue in class Scalarpublic UInt32 incrementedByOne()
incrementedByOne in class Scalar