public interface ExternalArrayData
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getArrayElement(int index)
Return the element at the specified index.
|
int |
getArrayLength()
Return the length of the array.
|
void |
setArrayElement(int index,
java.lang.Object value)
Set the element at the specified index.
|
java.lang.Object getArrayElement(int index)
void setArrayElement(int index, java.lang.Object value)
int getArrayLength()
Copyright © 2010 - 2020 Adobe. All Rights Reserved