ArrayList,HashMap,LinkedList 初始化大小和 擴容機制

前面寫這篇文章的時候,看的是JDK1.6,而後就被下面的評論的人噴成了垃圾,是我沒有說明清楚。性能 1.ArrayList jdk1.6 的源碼 /**      * Constructs an empty list with the specified initial capacity.      */     public ArrayList(int initialCapacity) {  
相關文章
相關標籤/搜索