Ejemplo n.º 1
0
 public boolean removeAll(Collection c) {
   return myList.removeAll(c);
 }