Okay. I haven't been able to test Vector yet (I don't have JDK 1.2), but
as far as I know, I'm finished.
Along with Vector.java, there are two additional support classes,
VectorIterator and VectorListIterator that provide Iterator and
ListIterator functionality respectively. These are package specific
classes instantiated by Vector itself.
Also, there is one public class that goes with it, ArrayEnumeration. This
provides Enumeration functionality for arrays. Vector passes a clone of
its internal data array to ArrayEnumeration when it returns an Enumeration
from Vector.elements(). This might be useful elsewhere as well.
Everyone should also be pleased that everything is all nicely Javadoc'd.
:)
I don't have CVS access, so I've emailed these source files to Paul
Fisher.
Ta ta for now,
Scott
--------------------------------------------------------------------------
Java Programmer Scott Gregory Miller Linux afficionado
Graphics Designer [EMAIL PROTECTED] General Loony
--------------------------------------------------------------------------