The linked list has references to all the objects it contains. In order to share the objects, you only need to pass a reference to the linked list.
2
solved Share objects in a linked list between many classes(java)
The linked list has references to all the objects it contains. In order to share the objects, you only need to pass a reference to the linked list.
2
solved Share objects in a linked list between many classes(java)