Class ParserMappingTables


  • public class ParserMappingTables
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.regex.Pattern CODE_POINTS_PATTERN  
      private static java.util.regex.Pattern LINE_PATTERN  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ParserMappingTables()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LINE_PATTERN

        private static final java.util.regex.Pattern LINE_PATTERN
      • CODE_POINTS_PATTERN

        private static final java.util.regex.Pattern CODE_POINTS_PATTERN
    • Constructor Detail

      • ParserMappingTables

        private ParserMappingTables()
    • Method Detail

      • parseMapToNothing

        public static java.util.List<java.lang.Integer> parseMapToNothing()
                                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseMapUsedWithNfkc

        public static java.util.Map<java.lang.Integer,​java.util.List<java.lang.Integer>> parseMapUsedWithNfkc()
                                                                                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseMapUsedWithNoNormalization

        public static java.util.Map<java.lang.Integer,​java.util.List<java.lang.Integer>> parseMapUsedWithNoNormalization()
                                                                                                                        throws java.io.IOException
        Throws:
        java.io.IOException