protected boolean standardContainsAll(Collection<?> var1) {
   return Collections2.containsAllImpl(this, var1);
 }