> > okay, so the java.util still needs these done:
> >
> > PropertyPermission
> > ???
> > TreeMap
> > Red-Black tree based implementation of
> the SortedMap
> > interface.
> > TreeSet
> > This class implements the Set interface,
> backed by a
> > TreeMap instance.
> > WeakHashMap
> > A hashtable-based Map implementation
> with weak keys.
>
> I was under the impression that someone had done TreeMap and TreeSet, or
> was going to work on them, but that was quite a while back. If there's
> nothing in the CVS now, they probably didn't get done, so go for it.
Okay, will do.
> BTW, I'm not really "actively maintaining" anything much in java.util
> except for the classes I wrote myself, which are LinkedList, Arrays,
> Collections, Abstract* (except AbstractMap) and the collections
> interfaces. I just don't have the time at the moment. Maybe this should
> be indicated on the web page, so that people don't rely on me as a
> package maintainer.
I was under the impression that you'd written pretty much everything in
there Stuart. :)
I will try to finish up, starting with TreepMap and TreeSet. If any fixes
need to be applied, I'd be glad to handle those as I really enjoy working
with Java's collections.
Daniel