ArrayList、Vector

1. List接口 在實際開發中,List接口的使用頻率在Collection接口的子接口中很高,在進行集合處理的時候,有限考慮Llist接口。 List接口中重要的擴展方法: public E get(int index) // 根據索引取得數據 public E set(int index, E element) // 根據指定索引修改相應元素 List接口與Collection接口相比較最大
相關文章
相關標籤/搜索