put changed collections in alpha order

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Morgan James Delagrange 2002-02-26 22:10:39 +00:00
parent 17ce3e4615
commit 1391e31e55
1 changed files with 8 additions and 6 deletions

View File

@ -46,6 +46,13 @@
These classes have changed since Collections 1.0:
<p><u>ArrayIterator</u></p>
<p><i>Bugs fixed:</i></p>
<ul>
<li>ArrayIterator can now iterate over arrays of primatives</li>
</ul>
<p><u>LRUMap</u></p>
<p>LRUMap has been reimplemented as a subclass of
@ -81,9 +88,4 @@ promotes the key to the Most Recently Used position.</p>
maximum size</li>
</ul>
<p><u>ArrayIterator</u></p>
<p><i>Bugs fixed:</i></p>
<ul>
<li>ArrayIterator can now iterate over arrays of primatives</li>
</ul>