• ParallelArySummer: An instance of this class sums the elements in an integer array (or segment thereof) using threads to implement a parallel algorithm.
  • ParArySumTester: for testing instances of ParallelArySummer
  • RandIntArrayMaker: Used by the tester program to generate arrays filled with pseudorandomly generated integers.