Package de.mirkosertic.bytecoder.api.web
Class IntArray
java.lang.Object
de.mirkosertic.bytecoder.api.web.IntArray
- All Implemented Interfaces:
OpaqueReferenceType
,TypedArray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
getIntValue
(int aIndex) abstract int
abstract void
setIntValue
(int aIndex, int aValue)
-
Constructor Details
-
IntArray
public IntArray()
-
-
Method Details
-
getIntValue
public abstract int getIntValue(int aIndex) -
setIntValue
public abstract void setIntValue(int aIndex, int aValue) -
intArrayLength
public abstract int intArrayLength()
-