[Jonathan, I have sent back to commons-dev mailing list which is the
appropriate place for design/code discussions.]

I took a quick look, and I believe that the code in the zip will work.
However, my main concern is why this would be needed. Is there a use case
for an iterator that never ends?

I would also like to see the remove method implemented. It should be
possible.

Stephen

----- Original Message -----
From: "Jonathan Carlson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 18, 2002 3:53 PM
Subject: LoopingIterator


> Hi Stephen,
>
> Thanks for your work on the IteratorUtils.  I thought this
> might be a good addition if it hasn't been added already.
> It's an iterator that loops continually.  Unfortunately, it
> can't just decorate another iterator but has to wrap a
> collection due to the fact that iterators cannot be reset
> to the beginning of the collection.
>
> Included is a jUnit test case that shows it works "as
> advertised".  Hope this helps.
>
> Jonathan Carlson
> Minneapolis, Minnesota
>
>
> =====
> Jonathan Carlson
> [EMAIL PROTECTED]
> Minneapolis, Minnesota
>
> __________________________________________________
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos & More
> http://faith.yahoo.com

Attachment: LoopingIterator.zip
Description: Zip compressed data

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to