Package io.datarouter.bytes
Class EmptyArray
java.lang.Object
io.datarouter.bytes.EmptyArray
public class EmptyArray extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EmptyArray() -
Method Summary
-
Field Details
-
BYTE
public static final byte[] BYTE -
BOOLEAN
public static final boolean[] BOOLEAN -
SHORT
public static final short[] SHORT -
CHAR
public static final char[] CHAR -
INT
public static final int[] INT -
FLOAT
public static final float[] FLOAT -
LONG
public static final long[] LONG -
DOUBLE
public static final double[] DOUBLE -
OBJECT
-
STRING
-
-
Constructor Details
-
EmptyArray
public EmptyArray()
-