class ListItem { // INSERT YOUR CODE HERE ... and ... BELOW } public class DoublyLinkedIntList { // INSERT YOUR CODE HERE. // Start by copying over the appropriate methods from DoublyLinkedList.java. // Then, change the method signatures. // After that, make the remaining changes. }