scolebourne    2004/05/03 15:43:57

  Modified:    collections RELEASE-NOTES.html
  Log:
  Add notes about compatability
  
  Revision  Changes    Path
  1.46      +7 -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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- RELEASE-NOTES.html        3 May 2004 21:48:49 -0000       1.45
  +++ RELEASE-NOTES.html        3 May 2004 22:43:57 -0000       1.46
  @@ -23,10 +23,16 @@
   
   <hr />
   
  +<center><h3>COMPATABILITY</h3></center>
  +<ul>
  +<li>ReferenceMap - No longer extends AbstractMap, only an issue if you previously 
cast to AbstractMap</li>
  +<li>FixedSizeSortedMap - No longer extends AbstractSortedMapDecorator, only an 
issue if you previously cast to AbstractSortedMapDecorator</li>
  +</ul>
  +
   <center><h3>NEW CLASSES</h3></center>
   <ul>
  -<li>SingletonMap - fully featured singleton Map implementation</li>
   <li>MultiKeyMap - A map that allows multiple keys to be used to map the value</li>
  +<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>MapBackedSet - Set created by decorating a map</li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to