public boolean removeAll(Collection c) {
   return myList.removeAll(c);
 }