CDC 1.1.2

クラス
java.lang.Integer の使用

Integer を使用しているパッケージ
java.lang Java プログラム言語の設計にあたり基本的なクラスを提供します。 
 

java.lang での Integer の使用
 

Integer を返す java.lang のメソッド
static Integer Integer.decode(String nm)
          StringInteger にデコードします。
static Integer Integer.getInteger(String nm)
          指定された名前のシステムプロパティーの整数値を判定します。
static Integer Integer.getInteger(String nm, int val)
          指定された名前のシステムプロパティーの整数値を判定します。
static Integer Integer.getInteger(String nm, Integer val)
          指定された名前のシステムプロパティーの整数値を返します。
static Integer Integer.valueOf(String s)
          指定された String の値を保持する Integer オブジェクトを返します。
static Integer Integer.valueOf(String s, int radix)
          2 番目の引数で指定された基数を使用した構文解析時に、指定された String から抽出された値を保持する Integer オブジェクトを返します。
 

Integer 型のパラメータを持つ java.lang のメソッド
 int Integer.compareTo(Integer anotherInteger)
          2 つの Integer オブジェクトを数値的に比較します。
static Integer Integer.getInteger(String nm, Integer val)
          指定された名前のシステムプロパティーの整数値を返します。
 


CDC 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.