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:
parent
236ad31fbd
commit
655353ba07
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue