Libraries
This section is under development.
This page contains links to library code and documentation supporting the
text An Introduction to Programming and Object Oriented Design using Java by
J. Niño and F. A. Hosch.
Currently six library packages are provided:
- OOJ.basicLists provides a template for creating list classes. This
template is suitable for use through the first fourteen chapters of the text.
- OOJ.lists includes list and dispenser classes described in
chapters 15 through 24.
- OOJ.basicIO provides a simple file-oriented i/o facility.
- OOJ.utilities defines utility classes, including those used
to verify preconditions and postconditions, used throughout the text.
- OOJ.lists.utilities includes the sorter interface and two simple sorts.
- OOJ.trees defines simple binary tree classes.
The source, executable, and documentation are available for download
as zip files or as compressed tar files. The source is available "unadorned" or decorated with HTML-tags
for documentation generation.
Download source without HTML tags. (here for compressed tar.)
Download source with HTML tags. (here for compressed tar.)
Download executables. (here for compressed tar.)
Browse or download documentation. (here for compressed tar.)
Please report any problems to: fred@cs.uno.edu
Fred Hosch
Last modified: Tue Apr 10 08:57:27 CDT 2001