Package java.lang
Class Integer

Public Constructor Integer

Integer(int value)

Integer(String s)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

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.