Char
classin packageklyn
public class Char implements ValueType:
Constructors
| Modifier and Type |
Member |
Description |
| public native |
Char |
Builds the neutral Char value (`'\0'`). |
| public native |
Char |
Creates a Char from a signed integer code point. |
| public native |
Char |
Creates a Char from an unsigned integer code point. |
Methods
| Modifier and Type |
Member |
Description |
| public native static |
toLower |
No summary. |
| public native static |
toUpper |
No summary. |