scolebourne    2004/04/27 14:45:37

  Modified:    collections RELEASE-NOTES.html
  Log:
  Updates to ReferenceMap et al
  
  Revision  Changes    Path
  1.43      +3 -0      jakarta-commons/collections/RELEASE-NOTES.html
  
  Index: RELEASE-NOTES.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- RELEASE-NOTES.html        27 Apr 2004 20:43:05 -0000      1.42
  +++ RELEASE-NOTES.html        27 Apr 2004 21:45:37 -0000      1.43
  @@ -30,6 +30,7 @@
   <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>
  +<li>ReferenceIdentityMap - Similar to ReferenceMap, but matching keys and values by 
identity [26503]</li>
   <li>AbstractReferenceMap - New base class for reference maps [26503]</li>
   </ul>
   
  @@ -55,6 +56,7 @@
   <li>Fast3Map [27946]</li>
   <li>FixedSizeMap/SortedMap [18815]</li>
   <li>LazyMap/SortedMap [18815]</li>
  +<li>ReferenceMap [18815]</li>
   <li>ListOrderedMap [18815]</li>
   <li>PredicatedMap/SortedMap [18815]</li>
   <li>TransformedMap/SortedMap [18815]</li>
  @@ -81,6 +83,7 @@
   <li>MultiMap,MultiHashMap - Add extra documentation to clarify the interface and 
implementation</li>
   <li>XxxUtils - Clarify the internal workings of the predicated decorator classes 
[28115]</li>
   <li>BidiMap - Clarify 1 to 1 nature of the map</li>
  +<li>AbstractHashedMap - Fix isEqualValue() javadoc to refer to value not key</li>
   <li>LRUMap - Added extra javadoc about method implementations</li>
   <li>BoundedCollection/UnmodifiableBoundedCollection - reword to avoid 
misunderstandings</li>
   <li>Closure/Predicate/Transformer/Factory - Additional javadoc with links</li>
  
  
  

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

Reply via email to