Federico Barbieri wrote:
> > Second, can I use JDK 1.2 features (specifically collections API)? I
> > guess I can stick with the VectorUtils utility class.
> >
>
> +1
Now that I'm going through a lot of the code moving to Collections where
possible, I'm looking at Avalon's Store.Repository and would like to
move that to Collection API as well. It's probably too much to ask to
make Repository implement Collection (although that would be really,
really cool), but it would be nice to at least using Iterator instead of
Enumeration (for list()). Someone else would have to update Avalon to
do this, and I'm not sure if Avalon is already being used elsewhere. In
the meantime, I'll convert as much as I can to the Collection API within
James.
Serge Knystautas
Loki Technologies
http://www.lokitech.com/
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/>
Problems?: [EMAIL PROTECTED]