ImageGear for Java
addAll(Collection<?>) Method
collection containing elements to be added to this list
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation). The behavior of this operation is undefined if the specified collection is modified while the operation is in progress. (Note that this will occur if the specified collection is this list, and it's nonempty.)
Syntax
public boolean addAll( 
   java.util.Collection<?> c
)

Parameters

c
collection containing elements to be added to this list

Return Value

true if this list changed as a result of the call
Exceptions
ExceptionDescription
java.lang.UnsupportedOperationExceptionif the addAll operation is not supported by this list
java.lang.ClassCastExceptionif the class of an element of the specified collection prevents it from being added to this list
java.lang.NullPointerExceptionif the specified collection contains one or more null elements and this list does not permit null elements, or if the specified collection is null
java.lang.IllegalArgumentExceptionif some property of an element of the specified collection prevents it from being added to this list
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members
Overload List
java.util.List.add(E)

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback