ArrayList及HashMap的擴容規則

一、ArrayList 默認大小爲10 /** * Default initial capacity. */ private static final int DEFAULT_CAPACITY = 10; 最大容量爲2^30 - 8 /** * The maximum size of array to allocate. * Some VMs reserve some header words i
相關文章
相關標籤/搜索