Interface CommonConst
public interface CommonConst
Common shared constants.
- Author:
- 渔民小镇
- date:
- 2023-05-01
-
Field Details
-
emptyBytes
static final byte[] emptyBytesReusable empty byte array. -
emptyInts
static final int[] emptyIntsReusable empty int array. -
emptyLongs
static final long[] emptyLongsReusable empty long array. -
emptyObjects
Reusable empty Object array. -
emptyClasses
Reusable empty Class array.
-