add(boolean[] array, boolean element) 将给定的数据添加到指定的数组中,返回一个新的数组
ArrayUtils.add(null, true) =...结果数组为空将返回空
byte, int, char, double, float, int, long ,short, T[] 同理
contains(boolean[] array, boolean..., int, long ,short, Object 同理
nullToEmpty(boolean[] array) 将null转换为空的数组,如果数组不为null,返回原数组,如果数组为null,返回一个空的数组..."},
{"BLUE", "#0000FF"}}
);
toObject(boolean[] array) 将基本类型数组转换成对象类型数组并返回
byte, int, char, double...将Object数组转换为String数组类型