CS 1705 Library

Package cs1705

This package provides course-specific classes written especially for CS 1705: Introduction to Object-Oriented Development I.

See:
          Description

Interface Summary
DataTable A database table or spreadsheet-like abstraction that consists of rows, each of which has an unordered collection of columns.
DataTable.Row This interface defines the model used for each row in the table.
 

Class Summary
Browser This class provides a simple interface to your web browser.
CSVDataTable CSVDataTable is an implementation of DataTable that allows the user to interact with CSV Files.
DataTable.HashedRow This is a default concrete implementation of the Row interface.
IOHelper This class provides several static methods that streamline the use of basic I/O operations in Java.
IterableSequence<T> This class is just an iterator wrapped inside an Iterable so that it can be used in for-each loops.
TestCase This class provides some customized behavior beyond the basics of TestCase to support testing of I/O driven programs and flexible/fuzzy comparison of strings.
Version This class allows access to the package version information.
 

Package cs1705 Description

This package provides course-specific classes written especially for CS 1705: Introduction to Object-Oriented Development I. Many of the relevant classes are in subpackages, including cs1705.web.


Last updated: Wed, Apr 1, 2009 • 12:29 AM EDT

Copyright © 2009 Virginia Tech.