diff options
Diffstat (limited to 'java/apache-commons-lang/pkg-descr')
-rw-r--r-- | java/apache-commons-lang/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/apache-commons-lang/pkg-descr b/java/apache-commons-lang/pkg-descr new file mode 100644 index 000000000000..a9e5b50b78ec --- /dev/null +++ b/java/apache-commons-lang/pkg-descr @@ -0,0 +1,13 @@ +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 and a series of utlities dedicated to help with +building methods, such as hashCode, toString and equals. + +WWW: http://commons.apache.org/proper/commons-lang/ |