예제 #1
0
 public boolean removeAll(Collection c) {
   return myList.removeAll(c);
 }