Home Commons Documentation Team

The standard Java libraries fail to provide enough methods for manipulation of its core classes. The Lang Component provides these extra methods.

The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utlities dedicated to help with building methods, such as hashCode, toString and equals.

A getting started user guide is available together with various project reports.

The JavaDoc API documents are available online:

The subversion repository can be browsed.

The latest version is 2.3. - Download now! (upgrade notes)

For information on previous releases, see the Release History and to download 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 [lang].

Issues may be reported via ASF JIRA. Please read the instructions carefully to submit a useful bug report or enhancement request.