The only problem is that Enumerations aren't really a part of the collections framework. Of course, this is just a technicality... but it may be the reason that a EnumerationUtils class hasn't been created.

Cany anyone else confirm this?




Gary Gregory wrote:
Hello,

In 2.1, I have code like:

java.util.ResourceBundle resourceBundle = ...
List keysList = IteratorUtils.toList(new
EnumerationIterator(resourceBundle.getKeys()));

Do we want an EnumerationUtils class, which, for now (a la XP) would have a
toList() method and grow from there?

Thanks,
Gary



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to