package org.hwo; public class ArrayHelper { public static Integer[] box(int[] a){ Integer[] r = new Integer[ a.length]; for (int i=0;i