コード例 #1
0
 void draw() {
   for (PcPoint a : PtList) a.draw();
 }
コード例 #2
0
 void execute() {
   for (PcPoint a : PtList) {
     a.run();
   }
 }