Java Clone Matrix

Arrays.stream(matrix).map(int[]::clone).toArray(int[][]::new);