美文网首页
ConcurrentHashMap

ConcurrentHashMap

作者: 大山村长 | 来源:发表于2020-02-25 00:29 被阅读0次

    ConcurrentHashMap是多线程下,jdk土推荐使用的map结构,功能规则与HashTable相同,与hashMap不一样,hashMap允许null作为key/value,而ConcurrentHashMap不可以;

    底层实现采用node+cas+红黑树实现

    相关文章

      网友评论

          本文标题:ConcurrentHashMap

          本文链接:https://www.haomeiwen.com/subject/dlggqhtx.html