scolebourne 2004/04/09 15:56:00 Modified: collections RELEASE-NOTES.html Log: Extract AbstractReferenceMap from ReferenceMap Revision Changes Path 1.34 +2 -1 jakarta-commons/collections/RELEASE-NOTES.html Index: RELEASE-NOTES.html =================================================================== RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- RELEASE-NOTES.html 9 Apr 2004 14:57:41 -0000 1.33 +++ RELEASE-NOTES.html 9 Apr 2004 22:56:00 -0000 1.34 @@ -28,11 +28,12 @@ <li>SingletonMap - fully featured singleton Map implementation</li> <li>TransformedPredicate - A predicate where the input object is transformed [26946]</li> <li>ObjectGraphIterator - An iterator that can iterate over a graph of objects</li> +<li>AbstractReferenceMap - New base class for reference maps [26503]</li> </ul> <center><h3>ENHANCEMENTS</h3></center> <ul> -<li>ReferenceMap - Changed to extend AbstractHashedMap, thus gaining a mapIterator() and subclassability</li> +<li>ReferenceMap - Changed to extend AbstractReferenceMap, thus gaining a mapIterator() and subclassability [26503]</li> <li>Fast3Map - Add clone() method</li> <li>MultiKey - Add getKey(index) and size() methods and make constructor public</li> <li>MultiHashMap - Add five methods to improve the API</li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
