Re: [collections] CollectionUtils vs. IteratorUtils interface

2006-05-23 Thread Stephen Colebourne
I think that these methods would make useful additions to the API. I don't have the time to do much collections work these days, but if you want to code the methods with test cases and attach them to JIRA then that would be great. Stephen [EMAIL PROTECTED] wrote: I've been using some algori

CollectionUtils vs. IteratorUtils interface

2006-05-23 Thread dusan . chromy
Hi, I've been using some algorithm methods from the CollectionUtils, for example find(Collection, Predicate) exists(Collection, Predicate) countMatches(Collection, Predicate) forAllDo(Collection, Closure) However, I would also like to be able to use these algorithms with an Iterator: find(