Package org.apache.commons.collections.map

This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces.

See: Description

Package org.apache.commons.collections.map Description

This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. A Map provides a lookup from a key to a value. A number of implementations also support the new MapIterator interface that enables simple iteration of map keys and values.

The following implementations are provided:

The following decorators are provided:

Version:
$Id: package-info.java 1377514 2012-08-26 20:40:32Z tn $

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