ImageGear for Java
getValue Method
Index to get.
Gets the element at index i of the array. Boxes if it is a primitive type. Only recognizes primitive types used in the SDK.
Syntax
public java.lang.Object getValue( 
   int i
)

Parameters

i
Index to get.

Return Value

Possibly boxed version of the element.
Exceptions
ExceptionDescription
java.lang.ArrayIndexOutOfBoundsExceptionif index i is out of range i < 0 || i >= getLength()
ImGearExceptionif array is composed of primitives not used in the SDK
See Also

Reference

ImGearArray Class
ImGearArray Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback