AbstractCollection.containsAll

{@inheritDoc}

<p>This implementation iterates over the specified collection, checking each element returned by the iterator in turn to see if it's contained in this collection. If all elements are so contained <tt>true</tt> is returned, otherwise <tt>false</tt>.

@throws ClassCastException {@inheritDoc} @throws NullPointerException {@inheritDoc} @see #contains(Object)

class AbstractCollection(E)
bool
containsAll

Meta