摘要: transient Node<K,V>[] table; transient Set<Map.Entry<K,V>> entrySet; transient int size; transient int modCount;//扩容次数 int threshold;//阈值,超过这个值就扩容 fin 阅读全文
posted @ 2018-03-05 19:26 ……… 阅读(239) 评论(0) 推荐(0) 编辑