What support exists for linked lists in the java class


An important aspect of a linked list is that you can easily visit each item of the list in order. This process is called traversal. In contrast, discuss what would be involved to traverse a stack or a queue data structure.

What support exists for linked lists in the Java Class Library Collections Framework? Do you think this support is easy to understand and use? Why or why not?  

Discuss the pros and cons of creating your own linked list classes vs. using those provided by the Java Class Library Collections Framework. Make sure you take into consideration the ability to handle any kind of objects (generics)

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: What support exists for linked lists in the java class
Reference No:- TGS01702463

Now Priced at $15 (50% Discount)

Recommended (91%)

Rated (4.3/5)