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:

Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.