ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearDocumentPageArray Class : retainAll Method |
public boolean retainAll( java.util.Collection<?> c ) |
Exception | Description |
---|---|
java.lang.UnsupportedOperationException | if the retainAll operation is not supported by this list |
java.lang.ClassCastException | if the class of an element of this list is incompatible with the specified collection (optional) |
java.lang.NullPointerException | if this list contains a null element and the specified collection does not permit null elements (optional), or if the specified collection is null |