所有方法 静态方法 具体方法
| 限定符和类型 |
方法和说明 |
static String |
format(Number value) |
static String |
format(Number value,
DecimalFormat df) |
static String |
format(Number value,
DecimalFormat df,
String defaultValue) |
static String |
format(Number value,
int scale) |
static String |
format(Number value,
String pattern) |
static String |
format(Number value,
String pattern,
String defaultValue) |
static String[] |
formatMany(Number[] values) |
static String[] |
formatMany(Number[] values,
DecimalFormat df) |
static String[] |
formatMany(Number[] values,
DecimalFormat df,
String defaultValue) |
static String[] |
formatMany(Number[] values,
String pattern) |
static String[] |
formatMany(Number[] values,
String pattern,
String defaultValue) |
static DecimalFormat |
getDecimalFormat(String pattern) |
static DecimalFormat |
getDecimalFormat(String s,
int scale) |
private static String |
getDecimalPattern(String s,
int scale) |
static boolean |
isHex(String value) |
static boolean |
isInteger(String str) |
static boolean |
isNotInteger(String value) |
static boolean |
isNotNumber(String value) |
static boolean |
isNumber(String str) |
static String |
read(String value) |
static BigDecimal |
toBigDecimal(String str) |
static BigDecimal |
toBigDecimal(String str,
BigDecimal defaultValue) |
static BigInteger |
toBigInteger(String str) |
static BigInteger |
toBigInteger(String str,
BigInteger defaultValue) |
static Byte |
toByte(String str) |
static Byte |
toByte(String str,
Byte defaultValue) |
static Double |
toDouble(String str) |
static Double |
toDouble(String str,
Double defaultValue) |
static Integer |
toInteger(String str) |
static Integer |
toInteger(String str,
Integer defaultValue) |
static Long |
toLong(String str) |
static Long |
toLong(String str,
Long defaultValue) |
static String |
toPlainString(Number n) |
static String |
toPlainString(Number n,
String defaultValue) |
static Short |
toShort(String str) |
static Short |
toShort(String str,
Short defaultValue) |
static String[] |
toStringArray(Number[] numbers,
DecimalFormat df) |