Uses of Class
org.apache.commons.collections.map.AbstractHashedMap
Packages that use AbstractHashedMap
Package
Description
-
Uses of AbstractHashedMap in org.apache.commons.collections.map
Subclasses of AbstractHashedMap in org.apache.commons.collections.mapModifier and TypeClassDescriptionclass
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.class
An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.class
A case-insensitiveMap
.class
AMap
implementation that is a general purpose alternative toHashMap
.class
AMap
implementation that matches keys and values based on==
notequals()
.class
AMap
implementation that maintains the order of the entries.class
AMap
implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.class
AMap
implementation that allows mappings to be removed by the garbage collector and matches keys and values based on==
notequals()
.class
AMap
implementation that allows mappings to be removed by the garbage collector.Fields in org.apache.commons.collections.map declared as AbstractHashedMapModifier and TypeFieldDescriptionprotected final AbstractHashedMap
MultiKeyMap.map
The decorated mapprotected final AbstractHashedMap
AbstractHashedMap.EntrySet.parent
The parent mapprotected final AbstractHashedMap
AbstractHashedMap.HashIterator.parent
The parent mapprotected final AbstractHashedMap
AbstractHashedMap.KeySet.parent
The parent mapprotected final AbstractHashedMap
AbstractHashedMap.Values.parent
The parent mapMethods in org.apache.commons.collections.map that return AbstractHashedMapModifier and TypeMethodDescriptionprotected AbstractHashedMap
Flat3Map.createDelegateMap()
Create an instance of the map used for storage when in delegation mode.Methods in org.apache.commons.collections.map with parameters of type AbstractHashedMapModifier and TypeMethodDescriptionstatic MultiKeyMap
MultiKeyMap.decorate
(AbstractHashedMap map) Decorates the specified map to add the MultiKeyMap API and fast query.Constructors in org.apache.commons.collections.map with parameters of type AbstractHashedMapModifierConstructorDescriptionprotected
EntrySet
(AbstractHashedMap parent) protected
EntrySetIterator
(AbstractHashedMap parent) protected
HashIterator
(AbstractHashedMap parent) protected
HashMapIterator
(AbstractHashedMap parent) protected
KeySet
(AbstractHashedMap parent) protected
KeySetIterator
(AbstractHashedMap parent) protected
Constructor that decorates the specified map and is called fromMultiKeyMap.decorate(AbstractHashedMap)
.protected
Values
(AbstractHashedMap parent) protected
ValuesIterator
(AbstractHashedMap parent)