Current Forum: Homework 5 - Parts 1 and 2 |
Date: Tue Nov 6 2001 12:18 pm |
Author: Bortz, Andrew S. <abortz@andrew.cmu.edu> |
Subject: Re: part2: 1. typo 2. writeup error |
|
|
The class ObjectIterator doesn't seem to serve much purpose at all, since the same effect (or better, since the resulting Iterators are completely implemented) can be had by using the iterator() or listIterator() methods of a Vector object. |
|