public interface Conversion
| Modifier and Type | Method and Description |
|---|---|
static double |
atod(CharSequence sb) |
static int |
atoi(CharSequence s) |
static long |
atol(CharSequence sb) |
static double atod(CharSequence sb)
static long atol(CharSequence sb)
static int atoi(CharSequence s) throws NumberFormatException
NumberFormatExceptionCopyright © 2019. All rights reserved.