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