IntStream.range(0, array.length).forEach(x -> Arrays.setAll( array[x], y -> String.format("%c%c", letter(x), letter(y))));