Integer s: Difference between revisions
Jump to navigation
Jump to search
Aamic Zhong (talk | contribs) New page: '''Integer(String s)''' Constructs a newly allocated Integer object that represents the int value indicated by the String parameter. also '''Integer(int value)''' Con... |
Aamic Zhong (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''Integer(String s)''' | '''Integer(String s)''' Constructs a newly allocated Integer object that represents the int value indicated by the String parameter. | ||
Revision as of 10:37, 18 April 2008
Integer(String s) Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.