public class EmptyArray extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
BYTE |
static char[] |
CHAR |
static double[] |
DOUBLE |
static float[] |
FLOAT |
static int[] |
INT |
static long[] |
LONG |
static Object[] |
OBJECT |
static short[] |
SHORT |
static String[] |
STRING |
| Constructor and Description |
|---|
EmptyArray() |
public static final byte[] BYTE
public static final short[] SHORT
public static final int[] INT
public static final long[] LONG
public static final float[] FLOAT
public static final double[] DOUBLE
public static final char[] CHAR
public static final Object[] OBJECT
public static final String[] STRING
Copyright © 2009–2021. All rights reserved.