hashMap默认大小16
static final int DEFAULT_INITIAL_CAPACITY = 1 << 4;
hashMap最大存储数量1073741824,10亿多
static final int MAXIMUM_CAPACITY = 1 << 30;
待续。。。
hashMap默认大小16
static final int DEFAULT_INITIAL_CAPACITY = 1 << 4;
hashMap最大存储数量1073741824,10亿多
static final int MAXIMUM_CAPACITY = 1 << 30;
待续。。。