ArrayList <Integer> boltsInventory = new ArrayList<Integer>(Arrays.asList(bolts)); This passes the List created by the .asList() ...
確定! 回上一頁