Update release notes to include split map addition

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1482553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-05-14 20:10:10 +00:00
parent 2e36e5e908
commit ee1c540920
1 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,7 @@ Major changes since 3.2.1
- Use of generics and other language features introduced in Java 5 (varargs, Iterable)
- Removed deprecated classes / methods and features which are now supported by the JDK
- Replaced Buffer interface with java.util.Queue
- Added concept of split maps with respective interfaces Put / Get (see also package splitmap)
Removed classes
@ -78,7 +79,9 @@ New classes
o [COLLECTIONS-258] DualLinkedHashBidiMap - bidi map implementation using LinkedHashMap instances. Thanks to Nathan Blomquist.
o [COLLECTIONS-242] Equator - interface for testing object equality.
o [COLLECTIONS-241] PassiveExpiringMap - map decorator which passively expires entries. Thanks to Elifarley Callado Coelho.
o [COLLECTIONS-8 ] ComparatorPredicate - predicate to compare objects against a fixed instance. Thanks to Rune Peter Bjørnstad.
o [COLLECTIONS-8 ] ComparatorPredicate - predicate to compare objects against a fixed instance. Thanks to Rune Peter Bjørnstad.
o [None ] Put / Get - interfaces for split maps
o [None ] SplitMapUtils / splitmap.TransformedMap - utilities and implementation for split maps
New methods in *Utils