示例#1
0
 public boolean containsAll(Collection<?> c) {
   return adapter.containsAll(c);
 }