Class UnicodeData


  • public abstract class UnicodeData
    extends java.lang.Object
    Code-generated utility class mapping Unicode properties to Unicode code point ranges.
    • Constructor Summary

      Constructors 
      Constructor Description
      UnicodeData()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IntervalSet getPropertyCodePoints​(java.lang.String propertyCodeOrAlias)
      Given a Unicode property (general category code, binary property name, or script name), returns the IntervalSet of Unicode code point ranges which have that property.
      • Methods inherited from class java.lang.Object

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

      • UnicodeData

        public UnicodeData()
    • Method Detail

      • getPropertyCodePoints

        public static IntervalSet getPropertyCodePoints​(java.lang.String propertyCodeOrAlias)
        Given a Unicode property (general category code, binary property name, or script name), returns the IntervalSet of Unicode code point ranges which have that property.