|
keycloak-federation
|


公開メンバ関数 | |
| UInt16 (int value) | |
| UInt16 (String value) | |
| byte | byteValue () |
| double | doubleValue () |
| float | floatValue () |
| int | intValue () |
| long | longValue () |
| short | shortValue () |
| boolean | equals (Object o) |
| int | hashCode () |
| int | compareTo (UInt16 other) |
| String | toString () |
静的公開変数類 | |
| static final int | MAX_VALUE = 65535 |
| static final int | MIN_VALUE = 0 |
非公開変数類 | |
| int | value |
Class to represent 16-bit unsigned integers.
|
inline |
|
inline |
Create a UInt16 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 UInt16s.
|
inline |
The value of this as a double.
|
inline |
Test two UInt16s 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 possible value.
|
static |
Minimum possible value.
|
private |
1.8.13