By my examination, UFI was added after release 2.0. Thus I have deleted it from the main package, so the patches are unnecessary.
Personally, I don't like UFI at all, as I think its a special case of a FilterIterator with a Predicate. But as PredicateUtils isn't in [collections] I can't argue. Stephen ----- Original Message ----- From: "Steve Downey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 12:17 AM Subject: [collections][PATCH]collections.UniqueFilterIterator This looks like it should have been deprecated and rebased when all of the iterators were moved to the iterators package. This patch changes it to inherit from o.a.c.collections.iterator.UniqueFilterIterator. I've also added a test case for collections.UniqueFilterIterator, functionally identical to the case for collections.iterators.UFI. ---------------------------------------------------------------------------- ---- > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
