Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • So should the removeLast, removeFirst etc be declared in the LinkedList<T> class. Regardless of the class I am still confused on how to be able to search through the linkedlists nodes. I understand the concept ie Node<E> node--> if(node.next == null) do something but I guess I am confused on what the 'next' is Commented Sep 29, 2016 at 1:22