public class Characters extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Character> |
nameToChar |
| Constructor and Description |
|---|
Characters() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCodePoint(String name)
Get character code by name of code point.
|
static char |
nameToChar(String name)
Get character by name of code point.
|
public static int getCodePoint(String name)
public static char nameToChar(String name) throws ParserException
ParserExceptionCopyright © 2022. All rights reserved.