JDK1.8中的HashMap实现过程

1、HashMap基本元素java    /** * The default initial capacity - MUST be a power of two. */ static final int DEFAULT_INITIAL_CAPACITY = 1 << 4; // aka 16 /** * The maximum capacity, u
相关文章
相关标签/搜索