keycloak-federation
|
公開メンバ関数 | |
UInt32 (long value) | |
UInt32 (String value) | |
byte | byteValue () |
double | doubleValue () |
float | floatValue () |
int | intValue () |
long | longValue () |
short | shortValue () |
boolean | equals (Object o) |
int | hashCode () |
int | compareTo (UInt32 other) |
String | toString () |
静的公開変数類 | |
static final long | MAX_VALUE = 4294967295L |
static final long | MIN_VALUE = 0 |
非公開変数類 | |
long | value |
Class to represent unsigned 32-bit numbers.
|
inline |
|
inline |
Create a UInt32 from a String.
value | Must parse to a valid integer within MIN_VALUE–MAX_VALUE |
NumberFormatException | if value is not an integer between MIN_VALUE and MAX_VALUE |
|
inline |
The value of this as a byte.
|
inline |
Compare two UInt32s.
|
inline |
The value of this as a double.
|
inline |
Test two UInt32s for equality.
|
inline |
The value of this as a float.
|
inline |
|
inline |
The value of this as a int.
|
inline |
The value of this as a long.
|
inline |
The value of this as a short.
|
inline |
The value of this as a string
|
static |
Maximum allowed value
|
static |
Minimum allowed value
|
private |