Java學習記錄day17-collection集合下的實現類

###ArrayList系列集合的使用 – ArrayList繼承了Collection集合,Collection集合的功能它都有。 – ArrayList特點是有序,可重複,有索引。 – ArrayList集合因爲有索引,所以多了很多按照索引操作的特有功能: - public void add(int index, E element): 將指定的元素,添加到該集合中的指定位置上。 - publ
相關文章
相關標籤/搜索