0
score
4.2K
views
no
status
CC BY-SA 3.0
Linked List Constructor with initial value
Does your class extend LinkedList ? If so, here is what I would do: It isn't a great idea to extend LinkedList. If you want an easy way to create a new LinkedList with elements use the following method: