ArrayList集合常用方法

ArrayList構造方法和添加方法 方法名 說明 public ArrayList() 創建一個空的集合對象 public boolean add(E e) 將指定的元素追加到此集合的末尾 public void add(int index,E element) 在此集合中的指定位置插入指定的元素 ArrayList集合常用方法 方法名 說明 public boolean remove(Obje
相關文章
相關標籤/搜索