June 29, 2004
29 June 2004 - Jakarta Commons Collections 3.1 Released
The Jakarta Commons Collections team is pleased to announce the release of Commons Collections 3.1. Commons Collections provides additional interfaces and implementations based on, and inspired by, the Java Collections Framework (Collection, List, Set, Map).
This release fixes a number of bugs in v3.0 and is fully compatible. Release v3.1 is also compatible with v2.1.1 enabling a workaround of previous compatability issues in IteratorUtils. In addition to bug fixes, this release adds various new features including:
- TreeList - A new list implementation that is faster than ArrayList in certain use cases
- MultiKeyMap - A dedicated map implementation to support combined keys mapping to a value
- ReferenceIdentityMap - An identity based map whose keys/values can be garbage collected
- Many more Serializable classes
Read the Release notes:
http://www.apache.org/dist/commons/collections/RELEASE-NOTES.html
Download the binary distribution:
http://jakarta.apache.org/site/binindex.cgi#commons-collections
Download the source distribution:
http://jakarta.apache.org/site/sourceindex.cgi#commons-collections
Browse the collections website:
http://commons.apache.org/collections/index.html
Please direct any feedback on issues or bugs to
commons-user@jakarta.apache.org.
----
Jakarta Commons Collections Team
Posted by Tetsuya Kitahata at June 29, 2004 01:31 AMProject Info -- Apache Commons Collections
Types that extend and augment the Java Collections Framework.
Releases can be downloaded from http://commons.apache.org/downloads/download_collections.cgi
Project Website http://commons.apache.org/collections/ Programming Languages Java Categories library Mailing Lists http://commons.apache.org/mail-lists.html Bug/Issue Tracker http://issues.apache.org/jira/browse/COLLECTIONS Project Management Committee Apache Commons Access to the source code:
Browse http://svn.apache.org/viewvc/commons/proper/collections/trunk SVN Direct http://svn.apache.org/repos/asf/commons/proper/collections
http://www.apachenews.org/archives/000385.html
[ Category : Apache Jakarta ] (PDF)(XML)

