static String |
NumberUtils.format(Number num,
NumberUtils.FormatProperty formatProperty) |
private static boolean |
NumberUtils.hasFormat(NumberUtils.FormatProperty formatProperty) |
private static Number |
NumberUtils.parse(String string,
NumberUtils.FormatProperty formatProperty) |
static BigDecimal |
NumberUtils.parseBigDecimal(String string,
NumberUtils.FormatProperty formatProperty) |
static Byte |
NumberUtils.parseByte(String string,
NumberUtils.FormatProperty formatProperty) |
static Double |
NumberUtils.parseDouble(String string,
NumberUtils.FormatProperty formatProperty) |
static Float |
NumberUtils.parseFloat(String string,
NumberUtils.FormatProperty formatProperty) |
static Integer |
NumberUtils.parseInteger(String string,
NumberUtils.FormatProperty formatProperty)
parse Integer from string
|
static Long |
NumberUtils.parseLong(String string,
NumberUtils.FormatProperty formatProperty) |
static Short |
NumberUtils.parseShort(String string,
NumberUtils.FormatProperty formatProperty) |