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 base class that simplifies the task of creating map decorators.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.The EntrySet iterator.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.A
Map
implementation that stores data in simple fields until the size is greater than 3.EntrySetIterator and MapEntryDecorates anotherMap
to create objects in the map on demand.AMap
implementation that maintains the order of the entries.Decorates aMap
to ensure that the order of addition is retained using aList
to maintain order.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.AMap
implementation that holds a single item and is fixed size.The lock object, which also includes a count of the nodes in this lock.The Map.Entry for the StaticBucketMap.Decorates anotherMap
to transform objects that are added.