view lib/org.apache.commons.lang_2.5/readme.txt @ 0:db87c1b7eb6d

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
line wrap: on
line source

-------------------
Apache Commons Lang
-------------------

"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."

For more information:
http://commons.apache.org/lang/