Class UnicodeProps


  • public final class UnicodeProps
    extends java.lang.Object
    This file contains unicode properties used by various CharTokenizers. The data was created using ICU4J v62.1.0.0

    Unicode version: 11.0.0.0

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String UNICODE_VERSION
      Unicode version that was used to generate this file: "11.0.0.0"
      static Bits WHITESPACE
      Bitset with Unicode WHITESPACE code points.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UnicodeProps()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static Bits createBits​(int... codepoints)  
      • Methods inherited from class java.lang.Object

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

      • UNICODE_VERSION

        public static final java.lang.String UNICODE_VERSION
        Unicode version that was used to generate this file: "11.0.0.0"
        See Also:
        Constant Field Values
      • WHITESPACE

        public static final Bits WHITESPACE
        Bitset with Unicode WHITESPACE code points.
    • Constructor Detail

      • UnicodeProps

        private UnicodeProps()
    • Method Detail

      • createBits

        private static Bits createBits​(int... codepoints)