summaryrefslogtreecommitdiff
path: root/java/apache-commons-primitives/pkg-descr
blob: 3c8644d749fde6c29d831314e6dc410a562e41b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
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/