Integer[] spam = new Integer[] { 1, 2, 3 }; List<Integer> list = Arrays.asList(spam);
List<Foo> list = new ArrayList<>(); Foo[] array = list.toArray(new Foo[0]);