public class Compat
extends java.lang.Object
Constructor and Description |
---|
Compat() |
Modifier and Type | Method and Description |
---|---|
static booleanArray |
convert(Store store,
Label label,
ConfPolicy accessPolicy,
boolean[] array) |
static byteArray |
convert(Store store,
Label label,
ConfPolicy accessPolicy,
byte[] array) |
static charArray |
convert(Store store,
Label label,
ConfPolicy accessPolicy,
char[] array) |
static doubleArray |
convert(Store store,
Label label,
ConfPolicy accessPolicy,
double[] array) |
static floatArray |
convert(Store store,
Label label,
ConfPolicy accessPolicy,
float[] array) |
static intArray |
convert(Store store,
Label label,
ConfPolicy accessPolicy,
int[] array) |
static longArray |
convert(Store store,
Label label,
ConfPolicy accessPolicy,
long[] array) |
static ObjectArray |
convert(Store store,
Label label,
ConfPolicy accessPolicy,
Object[] array) |
static shortArray |
convert(Store store,
Label label,
ConfPolicy accessPolicy,
short[] array) |
public static booleanArray convert(Store store, Label label, ConfPolicy accessPolicy, boolean[] array)
public static byteArray convert(Store store, Label label, ConfPolicy accessPolicy, byte[] array)
public static charArray convert(Store store, Label label, ConfPolicy accessPolicy, char[] array)
public static doubleArray convert(Store store, Label label, ConfPolicy accessPolicy, double[] array)
public static floatArray convert(Store store, Label label, ConfPolicy accessPolicy, float[] array)
public static intArray convert(Store store, Label label, ConfPolicy accessPolicy, int[] array)
public static longArray convert(Store store, Label label, ConfPolicy accessPolicy, long[] array)
public static shortArray convert(Store store, Label label, ConfPolicy accessPolicy, short[] array)