Daniel Rall wrote:
>
> 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.
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.
Thanks,
Stuart.