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