Interface UCharacter.NumericType

Enclosing class:
UCharacter

public static interface UCharacter.NumericType
Numeric Type constants.
Author:
Syn Wee Quek
See Also:
Status:
Stable ICU 2.4.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
    ICU 58 The numeric value may change over time, see ICU ticket #12420.
    static final int
     
    static final int
     
    static final int
     
    static final int
     
  • Field Details

    • NONE

      static final int NONE
      See Also:
      Status:
      Stable ICU 2.4.
    • DECIMAL

      static final int DECIMAL
      See Also:
      Status:
      Stable ICU 2.4.
    • DIGIT

      static final int DIGIT
      See Also:
      Status:
      Stable ICU 2.4.
    • NUMERIC

      static final int NUMERIC
      See Also:
      Status:
      Stable ICU 2.4.
    • COUNT

      @Deprecated static final int 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: