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