List <Integer> listNumberTwo = new ArrayList<>(listNumberOne);. The listNumberTwo constructed with copies of all elements from the listNumberOne.
確定! 回上一頁