摘要: 一、基于LinkedHashMap源码分析 方法调用流程(这里只是以put方法位例) put() -> putVal() -> afterNodeInsertion() -> removeEldestEntry() //向Map中添加元素 public V put(K key, V value) { 阅读全文
posted @ 2020-08-31 09:51 码农的进击 阅读(189) 评论(0) 推荐(0) 编辑