It depends. If the list class is Cloneable, and the element objects it contains are Cloneable, then simply: 1. clone the list object 2. iterate through the ...
確定! 回上一頁