fabric.lang.arrays.internal
Class Compat

java.lang.Object
  extended by fabric.lang.arrays.internal.Compat

public class Compat
extends java.lang.Object

A utility class for converting Java arrays into Fabric arrays.


Constructor Summary
Compat()
           
 
Method Summary
static booleanArray convert(Store store, Label label, boolean[] array)
           
static byteArray convert(Store store, Label label, byte[] array)
           
static charArray convert(Store store, Label label, char[] array)
           
static doubleArray convert(Store store, Label label, double[] array)
           
static floatArray convert(Store store, Label label, float[] array)
           
static intArray convert(Store store, Label label, int[] array)
           
static longArray convert(Store store, Label label, long[] array)
           
static ObjectArray convert(Store store, Label label, Object[] array)
           
static shortArray convert(Store store, Label label, short[] array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compat

public Compat()
Method Detail

convert

public static booleanArray convert(Store store,
                                   Label label,
                                   boolean[] array)

convert

public static byteArray convert(Store store,
                                Label label,
                                byte[] array)

convert

public static charArray convert(Store store,
                                Label label,
                                char[] array)

convert

public static doubleArray convert(Store store,
                                  Label label,
                                  double[] array)

convert

public static floatArray convert(Store store,
                                 Label label,
                                 float[] array)

convert

public static intArray convert(Store store,
                               Label label,
                               int[] array)

convert

public static longArray convert(Store store,
                                Label label,
                                long[] array)

convert

public static shortArray convert(Store store,
                                 Label label,
                                 short[] array)

convert

public static ObjectArray convert(Store store,
                                  Label label,
                                  Object[] array)