Interface CommonConst


public interface CommonConst
Common shared constants.
Author:
渔民小镇
date:
2023-05-01
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final byte[]
    Reusable empty byte array.
    static final Class<?>[]
    Reusable empty Class array.
    static final int[]
    Reusable empty int array.
    static final long[]
    Reusable empty long array.
    static final Object[]
    Reusable empty Object array.
  • Field Details

    • emptyBytes

      static final byte[] emptyBytes
      Reusable empty byte array.
    • emptyInts

      static final int[] emptyInts
      Reusable empty int array.
    • emptyLongs

      static final long[] emptyLongs
      Reusable empty long array.
    • emptyObjects

      static final Object[] emptyObjects
      Reusable empty Object array.
    • emptyClasses

      static final Class<?>[] emptyClasses
      Reusable empty Class array.