Package de.mirkosertic.bytecoder.api.web
Class Int16Array
java.lang.Object
de.mirkosertic.bytecoder.api.web.Int16Array
- All Implemented Interfaces:
OpaqueReferenceType
,TypedArray
-
Constructor Details
-
Int16Array
public Int16Array()
-
-
Method Details
-
getShort
public abstract short getShort(int aIndex) -
setShort
public abstract void setShort(int aIndex, short aValue) -
shortArrayLength
public abstract int shortArrayLength()
-