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