Java - Collection - Map

Map:

  • If you want to store the collection values using key and pair, then will go for Map.
  • No duplicate Keys will allowed
  • If you are trying to add duplicate key it will override.
Types:
  • HashMap
  • Linked HashMap
  • Tree Map

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab