Uses of Class
de.mirkosertic.bytecoder.api.OpaqueIndexed
-
Packages that use OpaqueIndexed Package Description de.mirkosertic.bytecoder.api.web -
-
Uses of OpaqueIndexed in de.mirkosertic.bytecoder.api.web
Methods in de.mirkosertic.bytecoder.api.web with annotations of type OpaqueIndexed Modifier and Type Method Description abstract T
OpaqueReferenceArray. get(int aIndex)
abstract byte
Int8Array. getByte(int aIndex)
abstract float
FloatArray. getFloat(int aIndex)
abstract int
IntArray. getIntValue(int aIndex)
abstract short
Int16Array. getShort(int aIndex)
abstract void
OpaqueReferenceArray. set(int aIndex, T aValue)
abstract void
Int8Array. setByte(int aIndex, byte aValue)
abstract void
FloatArray. setFloat(int aIndex, float aValue)
abstract void
IntArray. setIntValue(int aIndex, int aValue)
abstract void
Int16Array. setShort(int aIndex, short aValue)
-