Package de.mirkosertic.bytecoder.api.web
Class Int16Array
- java.lang.Object
-
- de.mirkosertic.bytecoder.api.web.Int16Array
-
- All Implemented Interfaces:
OpaqueReferenceType
,TypedArray
public abstract class Int16Array extends java.lang.Object implements TypedArray
-
-
Constructor Summary
Constructors Constructor Description Int16Array()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract short
getShort(int aIndex)
abstract void
setShort(int aIndex, short aValue)
abstract int
shortArrayLength()
-