> This patch adds two methods to IteratorUtils which return
> unmodifiable views of iterators. One wraps an Iterator, the other a
> ListIterator.  These methods are analogues to the methods for
> collections in the java.util.Collections class.

Ok, I've just found an existing unmodifiable iterator implementation
hiding in CollectionUtils... oops. We don't need two class that do the
same thing so here's a patch to remove the old implementation.

Rich

Attachment: duplicate-unmodifiableitr.patch
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to