Uses of Package
org.apache.commons.collections.map
Packages that use org.apache.commons.collections.map
Package
Description
-
Classes in org.apache.commons.collections.map used by org.apache.commons.collections.bidimapClassDescriptionProvides a base decorator that enables additional functionality to be added to a Map via decoration.Provides a base decorator that enables additional functionality to be added to a Map via decoration.
-
Classes in org.apache.commons.collections.map used by org.apache.commons.collections.mapClassDescriptionAn abstract implementation of a hash-based map which provides numerous points for subclasses to override.EntrySet implementation.EntrySet iterator.HashEntry used to store the data.Base IteratorKeySet implementation.Values implementation.An abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override.EntrySet iterator.LinkEntry that stores the data.Base Iterator that iterates in link order.Provides a base decorator that enables additional functionality to be added to a Map via decoration.Provides a base decorator that enables additional functionality to be added to an OrderedMap via decoration.An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.A MapEntry implementation for the map.Provides a base decorator that enables additional functionality to be added to a Map via decoration.Decorates a map of other maps to provide a single unified view.This interface allows definition for all of the indeterminate mutators in a CompositeMap, as well as providing a hook for callbacks on key collisions.Decorates another
Map
to create objects in the map on demand.AMap
implementation that uses multiple keys to map the value.A MultiValueMap decorates another map, allowing it to have more than one value for a key.Decorates anotherMap
to validate that additions match a specified predicate.Decorates anotherMap
to transform objects that are added.