F R S

F

func(int) - Method in class Summer
applies a function to a[i]

R

readInput() - Method in class Summer
this gets terminal input for new values in a

S

Summer - class Summer.
Summer adds the values in a after application of the function func
Summer(int) - Constructor for class Summer
Constructor for objects of class Summer
sumTester() - Method in class Summer
tests the sumup and readInput methods
sumup() - Method in class Summer
does the summing

F R S