Oops - the new list doesn't have reply-to set :)

Let's try this again...


Aaron M. Renn wrote:
> 
> I was going to work on finishing up java.util when I got done with io.  But
> I seem to recall someone recently said they were working on that.  Please
> say something if you are.  Otherwise, I'll pick something else like
> java.util.zip.

As you probably know I worked a bit on java.util's Collections API,
which has gone into suspended animation until probably mid-Sept-ish
because of real life intrusions ;) If you're going to be implementing
Vector, I'd encourage you to implement it to the 1.2 spec on top of my
AbstractList, because that is basically complete, at least as far as the
beta3 spec, and should actually make Vector easier to implement.
Hashtable, which in 1.2 is a subclass of AbstractMap, is less easy
because AbstractMap isn't done, so I won't suggest you implement it that
way unless you want to.

I think someone else mentioned doing some java.util bits too, though...

Anyway, hope this helps,
Stuart (still lurking and hoping to get back involved in September
sometime).


Reply via email to