ArrayList.set(int index, E element) 替換與指定元素在此列表中指定位置的元素。 ... new ArrayList<Integer>(5); // use add() method to add elements in the list ...
確定! 回上一頁