using the ArrayIterator.setArray(Object) method no longer produces an out of bounds

exception


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Morgan James Delagrange 2002-03-19 00:11:56 +00:00
parent 236ad31fbd
commit 655353ba07
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,9 @@ IteratorEnumeration instead.</p>
<p><i>Bugs fixed:</i></p>
<ul>
<li>ArrayIterator can now iterate over arrays of primatives</li>
<li>ArrayIterator can now iterate over arrays of primatives.</li>
<li>ArrayIterator.setArray(Object) will no longer throw an
ArrayIndexOutOfBounds exception.</li>
</ul>
<p><u>LRUMap</u></p>