Collections of primitive values.
Generally these extensions offer memory
and performance improvements over the
Object wrapped alternative.
The package provides versions of
the major collections framework interfaces
(Collection, List,
Map, Set, etc.) and their
helpers (Iterator, ListIterator,
etc) for each primitive type, and various concrete
implementations of these.
Collections of primitive values. Generally these extensions offer memory and performance improvements over the
Objectwrapped alternative.The package provides versions of the major collections framework interfaces (
Collection,List,Map,Set, etc.) and their helpers (Iterator,ListIterator, etc) for each primitive type, and various concrete implementations of these.Also see org.apache.commons.collections.primitives.adapters .