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