This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
aaronwei
/
blog
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2ac9a94ad4
Rami (Branch)
Tag
master
blog
/
_posts
/
面试
/
Java-HashMap.md
Java-HashMap.md
232 B
Cronologia
Originale
HashMap 知识点
初始容量
初始大小16 ,扩容因子是0.75 ,比如16的大小,达到12就要扩容
在new HashMap()如果设置默认大小,会在第一次put的时候进行设置容量大小