ArrayList 的初始容量多少?

List<Integer> list = new ArrayList<>(); list 的初始容量究竟是多少html 在 JDK 8 中 查看 ArrayList 源碼 java /** * Constructs an empty list with an initial capacity of ten. */ public ArrayList() {
相關文章
相關標籤/搜索