Re: [Collections] [SUBMIT] Unmodifiable iterators

2002-12-08 Thread Rich Dougherty
> 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

Re: [Collections] [SUBMIT] Unmodifiable iterators

2002-12-08 Thread Stephen Colebourne
Patch applied, thanks. Stephen - Original Message - From: "Rich Dougherty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 1:29 AM Subject: [Collections] [SUBMIT] Unmodifiable iterators > Hi > > This patch adds two method

[Collections] [SUBMIT] Unmodifiable iterators

2002-12-05 Thread Rich Dougherty
Hi 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. Rich unmodifiable-iterators.patch.gz Description: appl