com.ibm.icu.lang
public final class UCharacterCategory extends Object implements UCharacterEnums.ECharacterCategory
NOTE: the UCharacterCategory values are not compatible with those returned by java.lang.Character.getType. UCharacterCategory values match the ones used in ICU4C, while java.lang.Character type values, though similar, skip the value 17.
This class is not subclassable
UNKNOWN: ICU 2.1
Method Summary | |
---|---|
static String | toString(int category)
Gets the name of the argument category |
Parameters: category to retrieve name
Returns: category name
UNKNOWN: ICU 2.1