|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectSample
public class Sample
ArrayListの動作サンプル for JDK5
フィールドの概要 | |
---|---|
(package private) static ArrayList<Student> |
a
リストの作成 |
コンストラクタの概要 | |
---|---|
Sample()
|
メソッドの概要 | |
---|---|
static void |
main(String[] args)
|
(package private) static void |
print()
リストの内容を表示,とりあえず名前と数学の点数のみ. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
static ArrayList<Student> a
コンストラクタの詳細 |
---|
public Sample()
メソッドの詳細 |
---|
static void print()
public static void main(String[] args)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |