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 smaller, faster and easier to work with than their purely Object based alternatives.
- Category: Collections
- License: Apache Software License
- HomePage: http://jakarta.apache.org/commons/primitives/


