摘要: 在学习源码的时候,看到了concurrenthashmap中的value不能为空的情况,突然觉得很奇怪 public V put(K key, V value) { return putVal(key, value, false); } /** Implementation for put and 阅读全文
posted @ 2022-11-07 16:04 myCodeLikeShit 阅读(179) 评论(0) 推荐(0) 编辑