ImageGear for Java
removeAll Method
collection containing elements to be removed from this list
Removes from this list all of its elements that are contained in the specified collection (optional operation).
Syntax
public boolean removeAll( 
   java.util.Collection<?> c
)

Parameters

c
collection containing elements to be removed from this list

Return Value

true if this list changed as a result of the call
Exceptions
ExceptionDescription
java.lang.UnsupportedOperationExceptionif the removeAll operation is not supported by this list
java.lang.ClassCastExceptionif the class of an element of this list is incompatible with the specified collection (optional)
java.lang.NullPointerExceptionif this list contains a null element and the specified collection does not permit null elements (optional), or if the specified collection is null
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members
remove(Object) Method
contains Method

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback