public static class WinDef.UINT extends IntegerType implements java.lang.Comparable<WinDef.UINT>
Modifier and Type | Field and Description |
---|---|
static int |
SIZE
The Constant SIZE.
|
Constructor and Description |
---|
UINT()
Instantiates a new UINT.
|
UINT(long value)
Instantiates a new UINT.
|
Modifier and Type | Method and 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>