Package java.lang
Class Integer
Description:
constructor Integer(int value):
This constructs a newly allocated Integer object that represents the specified int value.
constructor Integer(String s):
This constructs a newly allocated Integer object that represents the int value indicated by the String parameter.