You can get the object at an index using obj = listName.get(index) and set the object at an index using listName.set(index,obj) . ... import java.util.*; // ...
確定! 回上一頁