public class ParserMappingTables
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.util.regex.Pattern |
CODE_POINTS_PATTERN |
private static java.util.regex.Pattern |
LINE_PATTERN |
| Modifier | Constructor and Description |
|---|---|
private |
ParserMappingTables() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.Integer> |
parseMapToNothing() |
static java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> |
parseMapUsedWithNfkc() |
static java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> |
parseMapUsedWithNoNormalization() |
private static final java.util.regex.Pattern LINE_PATTERN
private static final java.util.regex.Pattern CODE_POINTS_PATTERN
public static java.util.List<java.lang.Integer> parseMapToNothing()
throws java.io.IOException
java.io.IOExceptionpublic static java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> parseMapUsedWithNfkc()
throws java.io.IOException
java.io.IOExceptionpublic static java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>> parseMapUsedWithNoNormalization()
throws java.io.IOException
java.io.IOException