Library
Apache Jakarta Commons Lang version 2.1
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.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.commons.langProvides highly reusable static utility methods, chiefly concerned with adding value to java.lang and other standard core classes.
org.apache.commons.lang.builderAssists in creating consistent equals(Object), toString(), hashCode(), and compareTo(Object) methods.
org.apache.commons.lang.enum

Deprecated and replaced by org.apache.commons.lang.enums and will be removed in version 3.0.

org.apache.commons.lang.enums

Provides an implementation of the C style enum in the Java world.

org.apache.commons.lang.exceptionProvides JDK 1.4 style Nested Exception functionality for those on prior Java versions.
org.apache.commons.lang.mathExtends java.math for business mathematical classes.
org.apache.commons.lang.mutableProvides typed mutable wrappers to primitive values and Object.
org.apache.commons.lang.time

Provides classes and methods to work with dates and durations.

Search