Re: [collections] Generic Collections MultiMap conversion

2005-07-07 Thread John Watkinson
Thanks Steven for the feedback on the collections-generic project! We have implemented all your suggestions, and the result is Beta 3. Please have a look at: http://collections.sf.net Thanks! John Watkinson --- Comments: - you have used getMap() for the map acessor. The collections

Re: [collections] Generic Collections MultiMap conversion

2005-06-25 Thread Stephen Colebourne
John Watkinson wrote: I made some minor improvements to the MultiMap/MultiHashMap conversion in CVS (collections.sourceforge.net), and I updated the documentation. The new MultiMap is very convenient in its generic form. While it does not implement java.util.Map, the live backing map is

[collections] Generic Collections MultiMap conversion

2005-06-15 Thread Matt Hall
Hi everyone, I just committed a fairly big change to MultiMap under our project at sourceforge ( http://collections.sf.net ). We decided in the end that to have a properly generic version of MultiMap meant that it couldn't be a Map anymore. The major difference now is that even though a