A B C D E G I M R S T U

R

readData() - Method in class timertests.TestData
Create the base data set for all tests - reading the data from a file
Result - Class in timertests
To represent the result of one run of the timer tests
Result(int, String, String, String, long) - Constructor for class timertests.Result
The full constructor
runATest(ASortAlgo<City>, DataSet<City>) - Method in class timertests.TimerTests
Run one test of a given sorting algorithm with the given comparator and the desired size of data, random or sequentially selected
runtime - Variable in class timertests.Result
the measured runtime (of the given algorithm on the given dataset of the given size with the given comparator)

A B C D E G I M R S T U