The ListItem interface (for a specific type of data item)
These are the items in the doubly-linked list.
The type of data stored in the list
The data to be stored in the list item
The data for the list item
Pointers to the next item in the list
Pointers to the previous item in the list
The ListItem interface (for a specific type of data item)
These are the items in the doubly-linked list.