Package org.apache.commons.collections.map

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

See: Description

Package org.apache.commons.collections.map Description:

This package contains implementations of the java.util.Map Map, IterableMap, OrderedMap and java.util.SortedMap 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-2008 Apache Software Foundation. All Rights Reserved.