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