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