Integer s
Integer(String s)
Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.
also
Integer(int value)
Constructs a newly allocated Integer object that represents the specified int value.
Integer(String s)
Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.
also
Integer(int value)
Constructs a newly allocated Integer object that represents the specified int value.