 |
Integer (Java Platform SE 8 ) - Oracle Documentation
The Integer class wraps a value of the primitive type int in an object. An object of type Integer contains a single field whose type is int. ... (java.lang.String, int) method. Parameters: s - a String containing the int representation to be parsed Return
docs.oracle.com |
 |