| Package | Description |
|---|---|
| com.blibli.oss.common.helper |
| Modifier and Type | Method and Description |
|---|---|
static NumberHelper.ParseMode |
NumberHelper.ParseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberHelper.ParseMode[] |
NumberHelper.ParseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
NumberHelper.parseDouble(String str,
NumberHelper.ParseMode parseMode)
Parses the given
str as double. |
static int |
NumberHelper.parseInt(String str,
NumberHelper.ParseMode parseMode)
Parses the given
str as int. |
static long |
NumberHelper.parseLong(String str,
NumberHelper.ParseMode parseMode)
Parses the given
str as long. |
Copyright © 2018. All rights reserved.