public class UInt32
extends java.lang.Number
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_VALUE |
static long |
MIN_VALUE |
| Constructor and Description |
|---|
UInt32(long val) |
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
boolean |
equals(java.lang.Object obj) |
float |
floatValue() |
int |
getIntValue()
Returns the value as an int.
|
int |
getRawIntValue()
Returns the raw int (32 bit) value - may be negative.
|
long |
getValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
protected void |
setValue(long value) |
java.lang.String |
toString() |
public static final long MIN_VALUE
public static final long MAX_VALUE
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic long getValue()
public int getIntValue()
public int getRawIntValue()
protected void setValue(long value)
public java.lang.String toString()
toString in class java.lang.Objectpublic double doubleValue()
doubleValue in class java.lang.Numberpublic float floatValue()
floatValue in class java.lang.Numberpublic int intValue()
intValue in class java.lang.Numberpublic long longValue()
longValue in class java.lang.Number