Creates an Integer with the given integer value.
Parses integer (in base 10) into an Integer.
if integer is not a valid base-10 integer literal
Parses integer, expressed in the given radix, into an Integer.
if integer is not a valid integer literal in radix