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 TOpaqueReferenceArray. get(int aIndex)abstract byteInt8Array. getByte(int aIndex)abstract floatFloatArray. getFloat(int aIndex)abstract intIntArray. getIntValue(int aIndex)abstract shortInt16Array. getShort(int aIndex)abstract voidOpaqueReferenceArray. set(int aIndex, T aValue)abstract voidInt8Array. setByte(int aIndex, byte aValue)abstract voidFloatArray. setFloat(int aIndex, float aValue)abstract voidIntArray. setIntValue(int aIndex, int aValue)abstract voidInt16Array. setShort(int aIndex, short aValue)
-