D G H M N R S

D

DataSource - class DataSource.
 
DataSource(int, long) - Constructor for class DataSource
Constructor will create two GWindows, one to show the data and one to show your result.

G

getDataList() - Method in class DataSource
Retrieves an ArrayList with data for this exercise.
getDataSet() - Method in class DataSource
Retrieves a HashSet with data for this exercise.

H

HW4 - class HW4.
 
HW4() - Constructor for class HW4
Constructor just constructs a DataSource to be used for all exercises.

M

main(String[]) - Static method in class HW4
A driver, in case you want to use it.

N

NUMTESTS - Static variable in class DataSource
 

R

registerResult(ArrayList) - Method in class DataSource
Call this with your result list
runExercise(int) - Method in class HW4
This routine causes exercise 'exerciseNum' to be run.

S

startExercise(int) - Method in class DataSource
Call this routine to indicate that you are starting a new exercise.

D G H M N R S