documenting bug fix in ArrayIterator

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Morgan James Delagrange 2002-02-26 06:41:02 +00:00
parent f3645714a1
commit 95fbcee471

View File

@ -40,3 +40,9 @@ Bugs fixed:
- calling setMaximumSize(int) will remove excess LRUs
when the current size of the Map exceeds the new
maximum size
ArrayIterator
-------------
Bugs fixed:
- ArrayIterator can now iterate over arrays of primatives