Re: [collections] Generics/JDK 5

2005-03-30 Thread Thomas Klaeger
Hello Chris, Thanks for your information. I got the source from the cvs on sourceforge, however to compile it is missing the class net.sf.collections15.collection.AbstractCollectionDecorator. I compared your adoption of the generics with what I've done and we've arrived at very similar

Re: [collections] Generics/JDK 5

2005-03-30 Thread Mauro Franceschini
Hi Thomas. I'm Mauro, the other developer on the project. Maybe that the missing class is a my fault, because I forget to commit the source file for the missing class. This evening, I look at the project at my home and I try to solve the problem. Regards. Mauro. On Wed, 30 Mar 2005 22:23:21

[collections] Generics/JDK 5

2005-03-24 Thread Thomas Klaeger
Hello, I was looking for a generics-capable version of commons-collections, however everything I could find were to small threads on the mailing list. Instead of complaining I decided to work on it myself. The first thing I did was creating a generics-version of the various interfaces provided

Re: [collections] Generics/JDK 5

2005-03-24 Thread Michael Heuer
http://collections15.sourceforge.net/ michael On Thu, 24 Mar 2005, Thomas Klaeger wrote: Hello, I was looking for a generics-capable version of commons-collections, however everything I could find were to small threads on the mailing list. Instead of complaining I decided to work on

Re: [collections] Generics/JDK 5

2005-03-24 Thread Chris Lambrou
Hello Thomas, You're right. There was a brief discussion about a Java 5.0 port of collections. The upshot was the project that Michael has pointed out on SourceForge. There are two people working on this at the moment - myself and Mauro Franceschini. After an initial bout of work on this