> progressing, but it is and will continue to be reasonably slow compared
> to someone who has more time.
Unfortunately, I'm rather in the same boat.  Thats why I haven't been
exactly enthusiastic about diving in a grabbing a whole package.
> 
> as yet. Also, there isn't any sort of test suite yet because I'm still
> grappling with the idea of how to test the semantics of a collections
> implementation.
A Test suite is something I may be able to work on.  The way I understand
the problem, we need to verify that all the Collections return expected
results.  So we build a test suite that loads initial values into each
collection type, then test the Collection to see if it even loaded values
right.  Then test each method (several tests, probably) based on hard
coded expected results.  I'm obviously missing something difficult here,
so clue me in if you would.

> 
> The classes I'm referring to as concrete implementations are:
> 
> ArrayList LinkedList Vector    Stack 
                       check     check

> TreeSet   HashSet
> TreeMap   HashMap    Hashtable (and Dictionary)

I'll look at the other concretes to see what can be done.


        Scott

--------------------------------------------------------------------------
 Java Programmer          Scott Gregory Miller          Linux afficionado
 Graphics Designer        [EMAIL PROTECTED]              General Loony
--------------------------------------------------------------------------


Reply via email to