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