HashMap擴容的背景及原理

/** * 初始化容量 * The default initial capacity - MUST be a power of two. */ static final int DEFAULT_INITIAL_CAPACITY = 1 << 4; // aka 16 /** * 負載因子/閾值 * The load factor used when none specified in c
相關文章
相關標籤/搜索