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