This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: TreeMap, TreeSet



Bryce McKinlay writes:

> This patch adds my TreeMap and TreeSet implementations, which are
> based on the classpath code but largely rewritten. To the best of my
> knowledge, our collections framework is now 100% complete and
> correct wrt the JDK 1.3 spec. Wahoo!

Excellent!

> These implementations pass all the example cases from the JCL as
> well as MapBash and SetBash from collections.org and serialization
> interoperability tests.

This is really cool.

./A


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]