For this question, refer back to the code in linkedchain.java If the first line of the add method was changed from:
Node newNode = new Node(newEntry);
to
Node newNode = new Node(newEntry, null);
hint 2 would go here