2019-10-06 21:08:14 +02:00
|
|
|
Apache Commons Primitives provides a collection of types and utilities
|
2003-12-08 23:26:29 +01:00
|
|
|
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.
|
|
|
|
|
2019-10-06 21:08:14 +02:00
|
|
|
WWW: http://commons.apache.org/dormant/commons-primitives/
|