Example #1
0
 @Override
 public boolean retainAll(Collection<?> c) {
   return StandardImpls.CollectionImpl.retainAll(this, c);
 }