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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
