/** {@inheritDoc} */ @Override public final boolean containsAll(final Collection<?> collection) { return Iterables.containsAll(this, collection); }