public final class Numbers extends Object
Modifier and Type | Method | Description |
---|---|---|
static int |
parseInt(String value) |
Wraps
java.lang.Integer.parseInt() to accept values with
a PLUS character (i.e. |
public static int parseInt(String value)
java.lang.Integer.parseInt()
to accept values with
a PLUS character (i.e. "+2").value
- an integer string