Yes, we are pretty much anti Enumeration. There are some methods here and there though. Stephen
----- Original Message ----- From: "__matthewHawthorne" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Monday, October 27, 2003 7:36 PM Subject: Re: [collections] New class EnumerationUtils? > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
