RE: [collections][PATCH] Ambiguous documentation in FilterIterator

2002-02-01 Thread Michael A. Smith
On Fri, 1 Feb 2002, Paulo Gaspar wrote: > Michael, keep reminding us of this and I will take a look at it as > soon as I have just a bit more time. There is interesting on that > class I assure you. (I am interested and I am sure I am not alone.) I've already got it in my calender to repost next

RE: [collections][PATCH] Ambiguous documentation in FilterIterator

2002-02-01 Thread Paulo Gaspar
TECTED]] > Sent: Friday, February 01, 2002 5:24 PM > To: Jakarta Commons Developers List > Subject: Re: [collections][PATCH] Ambiguous documentation in > FilterIterator > > > Applied - thanks for the patch. > > I don't know the Bag or SequencedHashMap code that well

Re: [collections][PATCH] Ambiguous documentation in FilterIterator

2002-02-01 Thread James Strachan
CTED]> To: "'Jakarta Commons Developers List'" <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 6:07 AM Subject: [collections][PATCH] Ambiguous documentation in FilterIterator > Ambiguous documentation in > org/apache/commons/collections/FilterIterator.java > >

[collections][PATCH] Ambiguous documentation in FilterIterator

2002-01-31 Thread Michael Smith
Ambiguous documentation in org/apache/commons/collections/FilterIterator.java The FilterIterator does not specify whether it *returns* objects that match the predicate, or whether it ignores (i.e. does not return) objects that match the predicate. This patch clarifies the API documentation. Reg