ImageGear for Java
containsAll Method
collection to be checked for containment in this list
Returns true if this list contains all of the elements of the specified collection.
Syntax
public boolean containsAll( 
   java.util.Collection<?> c
)

Parameters

c
collection to be checked for containment in this list

Return Value

true if this list contains all of the elements of the specified collection
Exceptions
ExceptionDescription
java.lang.ClassCastExceptionif the types of one or more elements in the specified collection are incompatible with this list (optional)
java.lang.NullPointerExceptionif 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
See Also

Reference

ImGearLayerArray Class
ImGearLayerArray Members
contains Method

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback