Exemplo n.º 1
0
 public void collect() {
   aa = comp.givewinnings();
   for (int i = 0; i < aa.size(); i++) mine.add(aa.get(i));
 }