类 ArrayConstants

java.lang.Object
com.weicoder.common.constants.ArrayConstants
直接已知子类:
C.A

public sealed class ArrayConstants extends Object permits C.A
数组常量
作者:
WD
  • 字段详细资料

    • 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

      public static final String[] STRING_EMPTY
      一个空的字符串数组
  • 构造器详细资料

    • ArrayConstants

      public ArrayConstants()