Java - Collection - Linked HashSet

Linked Hash Set :

  • Insertion Ordered Maintained
  • Only one null value
  • Very Fast
  • Underlying Data Stucture is Hashtable & LinkedList
  • Implements Serializable & Cloanable

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab