Package org.apache.commons.collections.primitives

Collections of primitive values.

See: Description

Package org.apache.commons.collections.primitives Description

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 org.apache.commons.collections.primitives.adapters.

Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.