質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,8 +8,8 @@
|
|
8
8
|
list.add(ts);
|
9
9
|
System.out.println("要素数は" + list.size());
|
10
10
|
|
11
|
-
ts = new TestClass();
|
11
|
+
ts = new TestClass(); ←←←←←←←←①
|
12
|
-
ts.name = "tarou";
|
12
|
+
ts.name = "tarou";
|
13
13
|
list.remove(ts);
|
14
14
|
|
15
15
|
System.out.println("要素数は" + list.size());
|