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:
Preview version 3.1-RC1 and patch version 2.1.1 have just been released. These provides a work around to a version compatibility issue between v2.1 and v3.0.
A getting started User's Guide is available.
The JavaDoc API documents are available online:
The CVS repository can be browsed.
Version 3.0/2.1.1 - Binary - Source
Version 3.1-RC1 (preview for testing - not for production use) - Source and binary
For previous releases, see the Apache Archive
Bugs may be reported via the Bugzilla Management system. The following links may prove useful: