NativeMapped, Serializable, Comparable<WinDef.UINT>public static class WinDef.UINT extends IntegerType implements Comparable<WinDef.UINT>
| Modifier and Type | Field | Description |
|---|---|---|
static int |
SIZE |
The Constant SIZE.
|
| Constructor | Description |
|---|---|
UINT() |
Instantiates a new UINT.
|
UINT(long value) |
Instantiates a new UINT.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(WinDef.UINT other) |
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toStringbyteValue, shortValuepublic static final int SIZE
public UINT()
public UINT(long value)
value - the valuepublic int compareTo(WinDef.UINT other)
compareTo in interface Comparable<WinDef.UINT>