啃透JDK源碼-LinkedLis

  0 前言 與 ArrayList 一樣實現了 List 接口,只是 LinkedList 底層結構爲鏈表.在插入和刪除時更優於 ArrayList,而隨機訪問則比 ArrayList 稍遜. 其允許元素包括 null.除了實現 List 接口外,LinkedList 類還爲在列表的開頭及結尾 get、remove 和 insert 元素提供了統一的命名方法。這些操作允許將鏈接列表用作堆棧、隊列
相關文章
相關標籤/搜索