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