public class NumericUtil extends Object
| Constructor and Description |
|---|
NumericUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
cnNumericToArabic(String cnn,
boolean flag)
a static method to turn the Chinese numeric to Arabic numbers
|
static int |
isCNNumeric(char c)
check if the given char is a Chinese numeric or not
|
static boolean |
isCNNumericString(String str,
int sIdx,
int eIdx)
check if the specified string is a Chinese numeric string
|
static int |
qCNNumericToArabic(String cnn) |
public static int isCNNumeric(char c)
c - public static boolean isCNNumericString(String str, int sIdx, int eIdx)
str - public static int cnNumericToArabic(String cnn, boolean flag)
cnn - flag - public static int qCNNumericToArabic(String cnn)
Copyright © 2017. All Rights Reserved.