Re: commons-collections JDK1.5

2005-04-04 Thread Thomas Klaeger
Hello Stepan, I looked up the documentation for retroweaver (http://retroweaver.sourceforge.net/). It seems to be a nice tool to have an application using generics (and a generics version of commons-collections) running under an older JDK. However it doesn't help us in writing the generics

Re: [collections] Generics/JDK 5

2005-03-30 Thread Thomas Klaeger
, Transformer, Comparator, etc.). Mauro has also started work on Lists and Iterators. Any comments and/or help would be greatly appreciated. Chris Michael Heuer wrote: http://collections15.sourceforge.net/ michael On Thu, 24 Mar 2005, Thomas Klaeger wrote: Hello, I was looking for a generics

[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