コード例 #1
0
 @Override
 public boolean removeAll(Collection<?> c) {
   return StandardImpls.CollectionImpl.removeAll(this, c);
 }