Class CharacterProperties

java.lang.Object
com.ibm.icu.lang.CharacterProperties

public final class CharacterProperties extends 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.