public class LinkedListOfData.Node
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Data |
data
This variable holds a reference to the Data
object associated with this Node.
|
LinkedListOfData.Node |
next
This variable holds a reference to the next
Node in this Linked-List.
|
public Data data
public LinkedListOfData.Node next