diff options
author | glewis <glewis@FreeBSD.org> | 2003-12-09 06:26:29 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-12-09 06:26:29 +0800 |
commit | af4cfcbd62070a64e59722e4cd67293d3ce65b38 (patch) | |
tree | 5e2568cf3cda740985dc2cdd8aefbb701f895c99 /java/jakarta-commons-primitives/pkg-descr | |
parent | 6d7c68fca52fe9561f8670b79cdac669cde18e9f (diff) | |
download | freebsd-ports-gnome-af4cfcbd62070a64e59722e4cd67293d3ce65b38.tar.gz freebsd-ports-gnome-af4cfcbd62070a64e59722e4cd67293d3ce65b38.tar.zst freebsd-ports-gnome-af4cfcbd62070a64e59722e4cd67293d3ce65b38.zip |
New port jakarta-commons-primitives:
Apache Jakarta 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://jakarta.apache.org/commons/primitives
PR: 59017
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Diffstat (limited to 'java/jakarta-commons-primitives/pkg-descr')
-rw-r--r-- | java/jakarta-commons-primitives/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/jakarta-commons-primitives/pkg-descr b/java/jakarta-commons-primitives/pkg-descr new file mode 100644 index 000000000000..254e3abbdf1d --- /dev/null +++ b/java/jakarta-commons-primitives/pkg-descr @@ -0,0 +1,12 @@ +Apache Jakarta 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://jakarta.apache.org/commons/primitives + +- Herve Quiroz +herve.quiroz@esil.univ-mrs.fr |