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