Collections – Home (original) (raw)

Commons Collections

The Java Collections Frameworkwas 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:

Documentation

A getting started User's Guide is available as are various project reports.

The Javadoc API documents are available online:

The source repository can bebrowsed, and we have a mirror on GitHub.

Releases

The latest version is 4.4 -Download now!
It is built for Java 8 and later, and the release notes are also available.

For previous releases, see the Apache Archive

Support

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.