ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearDocumentPageArray Class : containsAll Method |
public boolean containsAll( java.util.Collection<?> c ) |
Exception | Description |
---|---|
java.lang.ClassCastException | if the types of one or more elements in the specified collection are incompatible with this list (optional) |
java.lang.NullPointerException | if the specified collection contains one or more null elements and this list does not permit null elements (optional), or if the specified collection is null |