类 ArrayConstants
java.lang.Object
com.weicoder.common.constants.ArrayConstants
- 直接已知子类:
C.A
数组常量
- 作者:
- WD
-
字段概要
字段修饰符和类型字段说明static final byte[]一个空的字节数组static final double[]一个空的long数组static final long[]一个空的long数组static final String[]一个空的字符串数组 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
BYTES_EMPTY
public static final byte[] BYTES_EMPTY一个空的字节数组 -
LONGS_EMPTY
public static final long[] LONGS_EMPTY一个空的long数组 -
DOUBLES_EMPTY
public static final double[] DOUBLES_EMPTY一个空的long数组 -
STRING_EMPTY
一个空的字符串数组
-
-
构造器详细资料
-
ArrayConstants
public ArrayConstants()
-