org.apache.commons.collections.primitives |
Package Documentation for org.apache.commons.collections.primitives
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.
Also see {@link org.apache.commons.collections.primitives.adapters}.
|
org.apache.commons.collections.primitives.adapters |
Package Documentation for org.apache.commons.collections.primitives.adapters
Adapters for converting between the
primitive and object based versions of the
collections framework.
Also see the {@link org.apache.commons.collections.primitives},
{@link java.util} and {@link org.apache.commons.collections} packages.
|