You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/06/02 01:03:43 UTC

cvs commit: jakarta-commons/collections RELEASE-NOTES.html

scolebourne    2004/06/01 16:03:43

  Modified:    collections RELEASE-NOTES.html
  Log:
  Add PredicateDecorator
  
  Revision  Changes    Path
  1.54      +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.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- RELEASE-NOTES.html	26 May 2004 21:59:28 -0000	1.53
  +++ RELEASE-NOTES.html	1 Jun 2004 23:03:43 -0000	1.54
  @@ -34,12 +34,13 @@
   <li>TreeList - A list implementation that is faster than ArrayList for insertions and removals</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>
   <li>ReferenceIdentityMap - Similar to ReferenceMap, but matching keys and values by identity [26503]</li>
   <li>AbstractReferenceMap - New base class for reference maps [26503]</li>
   <li>Empty*Iterator - Iterators over empty collections</li>
  +<li>TransformedPredicate - A predicate where the input object is transformed [26946]</li>
  +<li>PredicateDecorator - An interface to provide a uniform interface to the decorated predicates</li>
   </ul>
   
   <center><h3>ENHANCEMENTS</h3></center>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org