Class ArrayConstants

  • Direct Known Subclasses:
    C.A

    public class ArrayConstants
    extends java.lang.Object
    数组常量
    Author:
    WD
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte[] BYTES_EMPTY
      一个空的字节数组
      static java.lang.String[] STRING_EMPTY
      一个空的字符串数组
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BYTES_EMPTY

        public static final byte[] BYTES_EMPTY
        一个空的字节数组
      • STRING_EMPTY

        public static final java.lang.String[] STRING_EMPTY
        一个空的字符串数组
    • Constructor Detail

      • ArrayConstants

        public ArrayConstants()