| Package | Description |
|---|---|
| pl.jsolve.sweetener.math |
| Modifier and Type | Method and Description |
|---|---|
static ParseContext |
ParseContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseContext[] |
ParseContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte |
Maths.parseByte(String value,
ParseContext context) |
static double |
Maths.parseDouble(String value,
ParseContext context) |
static float |
Maths.parseFloat(String value,
ParseContext context) |
static int |
Maths.parseInteger(String value,
ParseContext context) |
static long |
Maths.parseLong(String value,
ParseContext context) |
static short |
Maths.parseShort(String value,
ParseContext context) |
Copyright © 2015 jsolve. All rights reserved.