Re: [collections] Bug in previousIndex() in ArrayListIterator, ObjectArrayListIterator?

2003-09-28 Thread Phil Steitz
I just noticed that ArrayListIterator is marked as @since 2.2. This should be 3.0, right (i.e. 2.2 was never released)? One way to fix the problem (assuming that others agree that it is a problem ;-) involves changing the way that ArrayIterator (which is @since 1.0) internally manages its

Re: [collections] Bug in previousIndex() in ArrayListIterator, ObjectArrayListIterator?

2003-09-28 Thread Phil Steitz
Stephen Colebourne wrote: Basically, anything that people might have relied on (public/protected) is a backwards compatable issue. However, if it is a bug fix, then the change can be justified. I made the change without modifying ArrayIterator, so there should be no compatability issue. Your