Why there is no ConcurrentLinkedHashMap class in jdk?

后端 未结 3 2104
旧时难觅i
旧时难觅i 2021-02-14 17:45

This question follows directly from my previous question here in SO . I think the answer to my second question is no . So I would like understand why there is no ConcurrentLinke

3条回答
  •  既然无缘
    2021-02-14 17:53

    Looks like there is one from Google https://code.google.com/p/concurrentlinkedhashmap/

    Check also this post: What does it mean that ConcurrentLinkedHashMap has been integrated into Guava?

提交回复
热议问题