NativeMapped
, java.io.Serializable
, java.lang.Comparable<WinDef.UINT>
public static class WinDef.UINT extends IntegerType implements java.lang.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, toString
public static final int SIZE
public UINT()
public UINT(long value)
value
- the valuepublic int compareTo(WinDef.UINT other)
compareTo
in interface java.lang.Comparable<WinDef.UINT>