Java-HashMap.md 232 B

HashMap 知识点


初始容量

初始大小16 ,扩容因子是0.75 ,比如16的大小,达到12就要扩容

在new HashMap()如果设置默认大小,会在第一次put的时候进行设置容量大小