Java集合面試(看這一篇就夠了)

集合共分爲兩大分支:Collection和Map Collection接口下有List-列、Set-集、Queue-隊子接口,集合側重於效率而非安全; List接口下有ArrayList、LinkedList和Vector實現類; ArrayList,LinkedList和Vector有什麼區別? 1、ArrayList和Vector本質都是用數組實現的,而LinkedList是用雙鏈表實現的。
相關文章
相關標籤/搜索