HashSet vs TreeSet vs LinkedHashSet on basis of adding duplicate value

后端 未结 4 865
南旧
南旧 2020-12-23 20:55

I am learning heart of core java i.e. Collections. I would like to know what happens internally when we add duplicate element in HashSet, Tre

4条回答
  •  情歌与酒
    2020-12-23 21:39

    This image may help you...

    Image Source : http://javaconceptoftheday.com/hashset-vs-linkedhashset-vs-treeset-in-java/

提交回复
热议问题