Check out example codes for "integer arraylist to int array". It will help you in understanding the concepts better.
Code Example 1
//only works in java 8 or later
list.stream().mapToInt(i -> i).toArray();
Learn ReactJs, React Native from akashmittal.com