public final class IntegerParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
parseInt(String number)
Converts a number (represented by the specified String) to an integer value.
|
public static int parseInt(@CheckForNull
String number)
number - the line number (as a string)Integer.parseInt(String)Copyright © 2018. All rights reserved.