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
9 lines
494 B
Text
9 lines
494 B
Text
Apache Commons Primitives provides a collection of types and utilities
|
|
optimized for working with Java primitives (boolean, byte, char, double, float,
|
|
int, long, short). Generally, the Commons-Primitives classes are faster,
|
|
smaller and easier to work with than their purely Object based alternatives.
|
|
|
|
Currently Commons Primitives is primarily composed of implementations of the
|
|
java.util collections adapted for the primitive types.
|
|
|
|
WWW: http://commons.apache.org/dormant/commons-primitives/
|