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

Reply via email to