Arrays.stream(arr).boxed().collect(Collectors.toList());

通过以上代码可以将一个数组封装成一个Integer泛型的集合。