Package | Description |
---|---|
java.lang |
MID Profile Language Classes included from Java 2 Standard
Edition.
|
Modifier and Type | Method and Description |
---|---|
static Integer |
Integer.valueOf(String s)
Returns a new Integer object initialized to the value of the
specified String.
|
static Integer |
Integer.valueOf(String s,
int radix)
Returns a new Integer object initialized to the value of the
specified String.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.