The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that accelerate development of most significant Java applications. Since that time it has become the recognised standard for collection handling in Java.
Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features, including:
A getting started User's Guide is available as are various project reports.
The JavaDoc API documents are available online:
The subversion repository can be browsed.
The latest version is v3.3 -
Download now!
It is built for Java 1.3+ and the release notes are also available.
For previous releases, see the Apache Archive
The commons mailing lists act as the main support forum. The user list is suitable for most library usage queries. The dev list is intended for the development discussion. Please remember that the lists are shared between all commons components, so prefix your email by [collections].
Issues may be reported via ASF JIRA. Please read the instructions carefully to submit a useful bug report or enhancement request.