Most visited

Recently visited

Added in API level 24

UCharacter.NumericType

public static interface UCharacter.NumericType

android.icu.lang.UCharacter.NumericType


数字类型常量。

也可以看看:

Summary

Constants

int DECIMAL

int DIGIT

int NONE

int NUMERIC

Constants

DECIMAL

Added in API level 24
int DECIMAL

常数值:1(0x00000001)

DIGIT

Added in API level 24
int DIGIT

常量值:2(0x00000002)

NONE

Added in API level 24
int NONE

常量值:0(0x00000000)

NUMERIC

Added in API level 24
int NUMERIC

常量值:3(0x00000003)

Hooray!