public abstract class OpaqueArrays
extends java.lang.Object
Constructor | Description |
---|---|
OpaqueArrays() |
Modifier and Type | Method | Description |
---|---|---|
static FloatArray |
createFloatArray(int aLength) |
|
static Int8Array |
createInt8Array(int aLength) |
|
static IntArray |
createIntArray(int aLength) |
|
static <V extends de.mirkosertic.bytecoder.api.OpaqueReferenceType> |
createObjectArray() |
public static FloatArray createFloatArray(int aLength)
public static IntArray createIntArray(int aLength)
public static Int8Array createInt8Array(int aLength)
public static <V extends de.mirkosertic.bytecoder.api.OpaqueReferenceType> OpaqueReferenceArray<V> createObjectArray()
Copyright © 2019 Systemprogrammierung Mirko Sertic. All rights reserved.