ImageGear for Java
contains Method
element whose presence in this list is to be tested
Returns true if this list contains the specified element. More formally, returns true if and only if this list contains at least one element e such that (o==null ? e==null : o.equals(e)).
Syntax
public boolean contains( 
   java.lang.Object o
)

Parameters

o
element whose presence in this list is to be tested

Return Value

true if this list contains the specified element
Exceptions
ExceptionDescription
java.lang.ClassCastExceptionif the type of the specified element is incompatible with this list (optional)
java.lang.NullPointerExceptionif the specified element is null and this list does not permit null elements (optional)
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback