Quantcast
Channel: Examples Java Code Geeks » LinkedList
Viewing all articles
Browse latest Browse all 11

Java LinkedList Example

$
0
0
The LinkedList class can be considered as an alternative to ArrayList class. It extends AbstractSequentialList and implements the List interface, with a doubly-linked list. Also, the LinkedList allows the usage of iterators, so that you can iterate the list forwards or backwards and declare the exact position of the starting node. 1. Example of LinkedList […]

Viewing all articles
Browse latest Browse all 11

Latest Images

Trending Articles



Latest Images