X480: LinkedList - LinearNodes

The LinearNode class is used to represent the individual nodes in a linear LinkedList. This particular LinkedList is doubly linked. Complete the LinearNode class.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.