copy of array2
ArrayUtils.addAll([], []) = []
byte, int, char, double, float, int, long ,short..., T[] 同理
clone(boolean[] array) 复制数组并返回 结果数组为空将返回空
byte, int, char, double, float, int, long ,short,...index的数值,否则返回-1
byte, int, char, double, float, int, long ,short 同理
insert(int index, boolean[] array...char, double, float, int, long ,short, Object 同理
isNotEmpty(boolean[] array) 判断该数组是否为空,而不是null
byte,...int, char, double, float, int, long ,short, T[] 同理
isSameLength(boolean[] array1, boolean[] array2) 判断两个数组的长度是否一样