Lab 8

Abstracting with Function Objects.

Introducing Type Parameters.

Lab description lab8.pdf lab8.html

Files for designing the functional abstractions and working with type parameters: Lab8/Lab8-Fl07.zip


Latest Test Package

Today's version allows you to test protected and private fields and methods. Try it = please, report any problems. Thanks.

I revised the tester package - it nows displays and tests the fields defined in super classes, as long as they are within the same package. It also limits the size of the string it prints, which should eliminate the Heap Overflow errors some of you have been getting. It still does not detect circularity when comparing two objects that include circular references.

Please, try to use it and report to me any problems you encounter.

Thanks!

New version of the tester library: Lab8/tester.jar