8000 Collections Home · Vishnu24/Collection_Revised Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Collections Home

Vishnu Garg edited this page Aug 3, 2018 · 6 revisions

Welcome to the Collection_Revised wiki!

Refrences

LinkedHashSet

  • Non Duplicate
  • Ordered
  • LinkedHashSet extends HashSet that means it is a HashMap without duplicates. But the difference here with HashSet is that LinkedHashSet is ordered.
  • It uses a Doubly Linked List that runs through the Set holding the order together.
Clone this wiki locally
0