Package com.ibm.icu.lang
Interface UCharacter.NumericType
- Enclosing class:
UCharacter
public static interface UCharacter.NumericType
Numeric Type constants.
- See Also:
-
Field Summary
Fields
-
Field Details
-
NONE
static final int NONE- See Also:
-
DECIMAL
static final int DECIMAL- See Also:
-
DIGIT
static final int DIGIT- See Also:
-
NUMERIC
static final int NUMERIC- See Also:
-
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.One more than the highest normal NumericType value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.NUMERIC_TYPE).- See Also:
-