The ArrayList clear() method will iterate through each element of the list and just sets the array elements to null . public void clear() { ...
確定! 回上一頁