Apache Jakarta Commons Primitives
Add to favorites
JDK version:1.4
Web site:http://jakarta.apache.org/commons/primitives/ [License]
The Java language is mostly Object based, however the original designers chose to include eight primitive types - boolean, byte, char, double, float, int, long and short. Commons Primitives provides a library of collections and utilities specially designed for use with primitive types.
Packages
org.apache.commons.collections.primitives

Collections of primitive values.

org.apache.commons.collections.primitives.adapters

Adapters for converting between the primitive and object based versions of the collections framework.

org.apache.commons.collections.primitives.adapters.io

Adapters for converting between primitive collections and Java I/O classes.

org.apache.commons.collections.primitives.decorators

Decorators of primitive collections.