For arrays of primitive types, use the traditional way: List<Integer> list = ...; int[] array = new int[list.size()]; for(int i ...
確定! 回上一頁