ArrayList<Integer> in = new ArrayList<Integer>();
//fill arraylist......
int[] out;


When using the ArrayList method toArray() it returns Object[], how would I go about converting this to...