size()]; Iterator<Integer> ints = list.iterator(); int idx = 0; while (ints.hasNext()) { Integer value = ints.next(); array[idx++] = ...
確定! 回上一頁