Back to Browse

Java LinkedList with Coding Examples #java #collections #javacollectionframework

2.0K views
Feb 9, 2021
35:20

Java LinkedList is a doubly-linked list implementation of Java’s List and Deque interfaces. It is part of Java’s collections framework. The important points about Java LinkedList are: - Java LinkedList class can contain duplicate elements. - Java LinkedList class maintains insertion order. - In the Java LinkedList class, manipulation is fast because no shifting needs to have occurred. - The LinkedList class implements Queue and Deque interfaces. Therefore, It can also be used as a Queue, Deque, or Stack. - Java LinkedList is not thread-safe. You must explicitly synchronize concurrent modifications to the LinkedList in a multi-threaded environment. Blog post at https://www.javaguides.net/2019/08/java-linkedlist-tutorial-with-examples.html #java #collections #javaguides

Download

1 formats

Video Formats

360pmp457.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Java LinkedList with Coding Examples #java #collections #javacollectionframework | NatokHD