Details
-
Task
-
Resolution: Fixed
-
Major
-
6.1-milestone-2
-
None
Description
See http://commons.apache.org/proper/commons-collections/release_4_0.html
Main changes:
- 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)
- Added new Trie interface together with an implementation of a Patricia Trie