Class CharacterProperties


  • public final class CharacterProperties
    extends java.lang.Object
    Sets and maps for Unicode properties. The methods here return an object per property: A set for each ICU-supported binary property with all code points for which the property is true. A map for each ICU-supported enumerated/catalog/int-valued property which maps all Unicode code points to their values for that property.

    For details see the method descriptions. For lookup of property values by code point see class UCharacter.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static UnicodeSet getBinaryPropertySet​(int property)
      Returns a frozen UnicodeSet for a binary property.
      static CodePointMap getIntPropertyMap​(int property)
      Returns an immutable CodePointMap for an enumerated/catalog/int-valued property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait