面试题--HashMap底层的实现

首先咱们来看看HashMap的底层源码 java /** * Constructs an empty <tt>HashMap</tt> with the default initial capacity * (16) and the default load factor (0.75). */ public HashMap() { this.loadFactor = DEFAULT
相关文章
相关标签/搜索