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