public class ParseUtility extends Object
| Modifier and Type | Method and Description |
|---|---|
static Double |
parseDouble(String string) |
static Double |
parseDouble(String string,
Double defaultValue) |
static Integer |
parseInteger(String string) |
static Integer |
parseInteger(String string,
Integer defaultValue) |
static Long |
parseLong(String string) |
static Long |
parseLong(String string,
Long defaultValue) |
Copyright © 2016. All rights reserved.