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
相關文章
相關標籤/搜索