ArrayList,HashMap,LinkedList 初始化大小和 扩容机制

前面写这篇文章的时候,看的是JDK1.6,而后就被下面的评论的人喷成了垃圾,是我没有说明清楚。性能 1.ArrayList jdk1.6 的源码 /**      * Constructs an empty list with the specified initial capacity.      */     public ArrayList(int initialCapacity) {  
相关文章
相关标签/搜索