Package org.apache.commons.collections4.map

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

See: Description

Package org.apache.commons.collections4.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-summary.html 972421 2015-11-14 20:00:04Z tn $

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