Ejemplo n.º 1
0
 public boolean retainAll(Collection<?> c) {
   return adapter.retainAll(c);
 }