Add PredicateDecorator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96b3668d4a
commit
424c8d6655
|
@ -34,12 +34,13 @@ No deprecations have occurred.
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue