A D G L P

A

add(int, String) - Method in class LinkedList
Adds data to the given index of the linked list.

D

delete(int) - Method in class LinkedList
Deletes data from the given index of the linked list.

G

getData(int) - Method in class LinkedList
Returns the data at the given index.

L

LinkedList - Class in <Unnamed>
 
LinkedList() - Constructor for class LinkedList
Creates an empty linked list.

P

printList() - Method in class LinkedList
Prints all data in the linked list to the screen, in order, one item per line.

A D G L P