Question: There are multiple pictures 2 5 Programming (30 points) Write your Java Class named LinkedListYourName as follows. Choose one of the given files (LinkedListGGGG.java or



2 5 Programming (30 points) Write your Java Class named LinkedListYourName as follows. Choose one of the given files (LinkedListGGGG.java or LinkedListo000.java) LinkedListGGGG.java is a LinkedList Class with Generic LinkedListo000.java is a LinkedList Class with Object element type Change the filename and Class name with yours LinkedlistYourName Implement all class methods. add, addFirst, addLast, getFirst, getLast, remove, removeFirst, removeLast You cannot change the name of methods, parameter type, return type. Remove all written comments from the code, then write your comments. 1 // Student Information here 2 3 // Linkedlist with Generic 4 // Change ALL the CLASSNAME and FILENAME with your name 5 // ex) LinkedlistGGGG -> LinkedListLee 6 // ex) LinkedlistGGGG-java -> LinkedListlee.java 7 08 public class LinkedList Your Name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
