public class MDArrays
extends java.lang.Object
Constructor and Description |
---|
MDArrays() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.util.List<java.lang.Byte>> |
toList(byte[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Byte>> |
toList(java.lang.Byte[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Double>> |
toList(double[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Double>> |
toList(java.lang.Double[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Float>> |
toList(float[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Float>> |
toList(java.lang.Float[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Integer>> |
toList(int[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Integer>> |
toList(java.lang.Integer[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Long>> |
toList(long[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Long>> |
toList(java.lang.Long[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Short>> |
toList(short[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.util.List<java.util.List<java.lang.Short>> |
toList(java.lang.Short[][] thedata)
Method that returns a List of Object type Lists containing the data
|
static java.lang.Byte[][] |
toObject(byte[][] thedata)
Method to convert a 2D primitive array to a 2D Object array
|
static java.lang.Double[][] |
toObject(double[][] thedata)
Method to convert a 2D primitive array to a 2D Object array
|
static java.lang.Integer[][] |
toObject(int[][] thedata)
Method to convert a 2D primitive array to a 2D Object array
|
static java.lang.Long[][] |
toObject(long[][] thedata)
Method to convert a 2D primitive array to a 2D Object array
|
static byte[][] |
toPrimative(java.lang.Byte[][] thedata)
Method to convert a 2D Object array to a 2D primitive array
|
static double[][] |
toPrimative(java.lang.Double[][] thedata)
Method to convert a 2D Object array to a 2D primitive array
|
static int[][] |
toPrimative(java.lang.Integer[][] thedata)
Method to convert a 2D Object array to a 2D primitive array
|
static long[][] |
toPrimative(java.lang.Long[][] thedata)
Method to convert a 2D Object array to a 2D primitive array
|
public static byte[][] toPrimative(java.lang.Byte[][] thedata)
thedata
- A two-dimensional array of Bytespublic static double[][] toPrimative(java.lang.Double[][] thedata)
thedata
- A two-dimensional array of Doublespublic static int[][] toPrimative(java.lang.Integer[][] thedata)
thedata
- A two-dimensional array of Integerpublic static long[][] toPrimative(java.lang.Long[][] thedata)
thedata
- A two-dimensional array of Longspublic static java.lang.Byte[][] toObject(byte[][] thedata)
thedata
- A two-dimensional array of bytepublic static java.lang.Double[][] toObject(double[][] thedata)
thedata
- A two-dimensional array of doublepublic static java.lang.Integer[][] toObject(int[][] thedata)
thedata
- A two-dimensional array of intpublic static java.lang.Long[][] toObject(long[][] thedata)
thedata
- A two-dimensional array of longpublic static java.util.List<java.util.List<java.lang.Double>> toList(double[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Float>> toList(float[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Long>> toList(long[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Integer>> toList(int[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Byte>> toList(byte[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Short>> toList(short[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Double>> toList(java.lang.Double[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Float>> toList(java.lang.Float[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Long>> toList(java.lang.Long[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Integer>> toList(java.lang.Integer[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Byte>> toList(java.lang.Byte[][] thedata)
thedata
- A two dimensional array of valuespublic static java.util.List<java.util.List<java.lang.Short>> toList(java.lang.Short[][] thedata)
thedata
- A two dimensional array of values