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