mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
c937a4ccc9
The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902
14 lines
639 B
Plaintext
14 lines
639 B
Plaintext
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/
|