@Override public boolean containsAll(Collection<?> targets) {
  return Collections2.containsAllImpl(this, targets);
}
