int[] arr = list.stream().mapToInt(i -> i).toArray();
int[] arr = list.stream().mapToInt(i -> i).toArray(); Java