Class ParserMappingTables
- java.lang.Object
-
- com.ongres.stringprep.codegenerator.parsers.ParserMappingTables
-
public class ParserMappingTables extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Integer>
parseMapToNothing()
static Map<Integer,List<Integer>>
parseMapUsedWithNfkc()
static Map<Integer,List<Integer>>
parseMapUsedWithNoNormalization()
-
-
-
Method Detail
-
parseMapToNothing
public static List<Integer> parseMapToNothing() throws IOException
- Throws:
IOException
-
parseMapUsedWithNfkc
public static Map<Integer,List<Integer>> parseMapUsedWithNfkc() throws IOException
- Throws:
IOException
-
parseMapUsedWithNoNormalization
public static Map<Integer,List<Integer>> parseMapUsedWithNoNormalization() throws IOException
- Throws:
IOException
-
-