Update with incompatable changes in 3.0

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-01-04 19:04:32 +00:00
parent dd3ac36b1b
commit ae265c0ad2
1 changed files with 10 additions and 0 deletions

View File

@ -80,6 +80,16 @@ NEW CLASSES
<center><h3>CHANGED CLASSES</h3></center>
<p>These classes have changed in a potentially incompatable way:</p>
<ul>
<li><strong>BeanMap.MyMapEntry</strong> - Superclass changed</li>
<li><strong>MultiHashMap</strong> - Name facility and getName() method removed</li>
<li><strong>FilterIterator</strong> - Superclass changed</li>
<li><strong>FilterListIterator</strong> - Superclass changed</li>
<li><strong>TransformIterator</strong> - Superclass changed</li>
</ul>
<p>These collections have changed since <i>Collections 3.0</i>:</p>
<ul>