annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
db87c1b7eb6d initial
dwinter
parents:
diff changeset
1 -------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
2 Apache Commons Lang
db87c1b7eb6d initial
dwinter
parents:
diff changeset
3 -------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
4
db87c1b7eb6d initial
dwinter
parents:
diff changeset
5 "The standard Java libraries fail to provide enough methods for manipulation of
db87c1b7eb6d initial
dwinter
parents:
diff changeset
6 its core classes. The Lang Component provides these extra methods. The Lang
db87c1b7eb6d initial
dwinter
parents:
diff changeset
7 Component provides a host of helper utilities for the java.lang API, notably
db87c1b7eb6d initial
dwinter
parents:
diff changeset
8 String manipulation methods, basic numerical methods, object reflection,
db87c1b7eb6d initial
dwinter
parents:
diff changeset
9 creation and serialization, and System properties. Additionally it contains
db87c1b7eb6d initial
dwinter
parents:
diff changeset
10 an inheritable enum type, an exception structure that supports multiple types
db87c1b7eb6d initial
dwinter
parents:
diff changeset
11 of nested-Exceptions, basic enhancements to java.util.Date and a series of
db87c1b7eb6d initial
dwinter
parents:
diff changeset
12 utlities dedicated to help with building methods, such as hashCode, toString
db87c1b7eb6d initial
dwinter
parents:
diff changeset
13 and equals."
db87c1b7eb6d initial
dwinter
parents:
diff changeset
14
db87c1b7eb6d initial
dwinter
parents:
diff changeset
15 For more information:
db87c1b7eb6d initial
dwinter
parents:
diff changeset
16 http://commons.apache.org/lang/