Generic singly linked list in java(with test class) : fully commented
This program implements a Generic Singly Linked List in Java.
It contains:
Class definition and following methods:
Save your time - order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper Now- add(item)
- addFirst(item)
- addLast(item)
- add(index, item)
- remove(item)
- remove(index)
- removeFirst()
- removeLast()
- removeAll()
- peekFirst()
- peekLast()
- peek(index)
- toArray()
- contains(item)
- size()
- isEmpty()
- reverse()
It also contain custom exception classes.
"If this is not the paper you were searching for, you can order your 100% plagiarism free, professional written paper now!"

