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