Re: new HashedSet + WeakHashedSet classes
Henry Story <[email protected]>
| Newsgroups | gmane.comp.jakarta.commons.user,gmane.text.xml.commons.devel |
|---|---|
| Message-ID | <[email protected]> |
The source is now available online under the src directory as well as the original changes.tar file. http://bblfish.net/java/collections/src Henry On 13 Feb 2004, at 10:06, Henry Story wrote: > I have now finished the two new classes HashedSet and WeakHashedSet. I > have added some tests for them, though I should add a lot more. > > To make this work I needed to make a few changes to AbstractHashedMap. > These changes had a few repercussions on other classes. But they now > run all the tests successfully. > > They classes with UML diagrams and some explanations are available on > my web site at: > http://bblfish.net/java/collections/ > > > Please let me know if this is the wrong place to post this. > > Thanks, > > Henry Story