public static class WinDef.CHAR extends IntegerType implements Comparable<WinDef.CHAR>
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE
The Constant SIZE.
|
| Constructor and Description |
|---|
CHAR()
Instantiates a new char.
|
CHAR(char ch)
Instantiates a new char.
|
CHAR(long value)
Instantiates a new char.
|
| Modifier and Type | Method and 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(char ch)
ch - The char valuepublic CHAR(long value)
value - the valuepublic int compareTo(WinDef.CHAR other)
compareTo in interface Comparable<WinDef.CHAR>