Project

General

Profile

Download (747 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / cots / restlet-2.0.5-patched / org.apache.commons.lang_2.5 / readme.txt @ master

1
-------------------
2
Apache Commons Lang
3
-------------------
4

    
5
"The standard Java libraries fail to provide enough methods for manipulation of
6
its core classes. The Lang Component provides these extra methods. The Lang 
7
Component provides a host of helper utilities for the java.lang API, notably 
8
String manipulation methods, basic numerical methods, object reflection, 
9
creation and serialization, and System properties. Additionally it contains 
10
an inheritable enum type, an exception structure that supports multiple types 
11
of nested-Exceptions, basic enhancements to java.util.Date and a series of 
12
utlities dedicated to help with building methods, such as hashCode, toString 
13
and equals."
14

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