|
Unofficial "CLDC 1.0 + MIDP 1.0" API Reference. (日本語版) |
|||||||||
前 次 | フレームあり フレームなし |
Integer を使用しているパッケージ | |
---|---|
java.lang | Java プログラムで必要不可欠の機能を提供するパッケージです。 |
java.lang での Integer の使用 |
---|
Integer を返す java.lang のメソッド | |
---|---|
static Integer |
Integer.valueOf(String target)
渡された文字列 target を 10 進数表現の int 値として評価し、その結果を保持した Integer オブジェクトを返します。 |
static Integer |
Integer.valueOf(String target,
int radix)
渡された文字列 target を、基数 radix の数値として評価し、その結果を保持した Integer オブジェクトを返します。 |
|
Unofficial "CLDC 1.0 + MIDP 1.0" API Reference. (日本語版) |
|||||||||
前 次 | フレームあり フレームなし |