forked from Lainports/freebsd-ports
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>
12 lines
539 B
Text
12 lines
539 B
Text
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
|