semoro
int[] out = new int[shortArray.length]; for (int i = 0; i < shortArray.length; i++) { out[i] = shortArray[i]; }
Arrays.stream()