Skip navigation links
A C D G I L M R S T V 

R

remove(int) - Method in class ArrayBasedList
 
remove(int) - Method in class LinkedList
 
remove(int) - Method in interface ListInterface
This method is called to remove the object at the specified index
removeAll() - Method in class ArrayBasedList
 
removeAll() - Method in class LinkedList
 
removeAll() - Method in interface ListInterface
This method removes all objects from the list, making the list empty.
replace(I, int) - Method in class ArrayBasedList
 
replace(I, int) - Method in class LinkedList
 
replace(I, int) - Method in interface ListInterface
This method is called to replace the element at the specified index with the specified obj.
resetRunTimes() - Method in class RunTime
 
resetRunTimes() - Method in interface RunTimeInterface
This method is used to reset all 10 linear search times to zero.
runTestCase(DriverInterface.ListType, DriverInterface.TestType, int) - Method in class Driver
 
runTestCase(DriverInterface.ListType, DriverInterface.TestType, int) - Method in interface DriverInterface
This method is called to run a particular test case on a list type a total of ten times.
RunTime - Class in <Unnamed>
 
RunTime() - Constructor for class RunTime
 
RunTimeInterface - Interface in <Unnamed>
This interface will be used to organize and manage runtimes that are measured for specific operations.
A C D G I L M R S T V 
Skip navigation links