Java - Collection - LinkedList

Linked List:

  • It extends AbstractSequencialList
  • It implements List, Deque, Cloanable, Serializable
  • It is act as a doubly linked list.
  • Not thread safe
  • Will use when we do more operation on in between add,delete  

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab