ImageGear for Java
remove(Object) Method
element to be removed from this list, if present
Removes the first occurrence of the specified element from this list, if it is present (optional operation). If this list does not contain the element, it is unchanged. More formally, removes the element with the lowest index i such that (o==null ? get(i)==null : o.equals(get(i))) (if such an element exists). Returns true if this list contained the specified element (or equivalently, if this list changed as a result of the call).
Syntax
public boolean remove( 
   java.lang.Object o
)

Parameters

o
element to be removed from this list, if present

Return Value

true if this list contained 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)
java.lang.UnsupportedOperationExceptionif the remove operation is not supported by this list
See Also

Reference

ImGearDocumentPageArray Class
ImGearDocumentPageArray Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback