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