- get(int) - Method in class ArrayBasedList
-
- get(int) - Method in class LinkedList
-
- get(int) - Method in interface ListInterface
-
This method is called to retrieve the object at the specified index.
- getAverageRunTime() - Method in class RunTime
-
- getAverageRunTime() - Method in interface RunTimeInterface
-
This method is used to obtain the average runtime.
- getData() - Method in class LinkedListNode
-
Getter method to obtain a reference to the Object held by the LinkedListNode.
- getLastRunTime() - Method in class RunTime
-
- getLastRunTime() - Method in interface RunTimeInterface
-
This method is used to retrieve the last runtime.
- getNext() - Method in class LinkedListNode
-
Getter method to obtain a reference to the next LinkedListNode in the Linked List.
- getRunTimes() - Method in class RunTime
-
- getRunTimes() - Method in interface RunTimeInterface
-
This method returns an array of long values representing the last 10 runtimes.