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 TypeClassDescriptionclassAn abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override.classAn abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.classA case-insensitiveMap.classAMapimplementation that is a general purpose alternative toHashMap.classAMapimplementation that matches keys and values based on==notequals().classAMapimplementation that maintains the order of the entries.classAMapimplementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.classAMapimplementation that allows mappings to be removed by the garbage collector and matches keys and values based on==notequals().classAMapimplementation that allows mappings to be removed by the garbage collector.Fields in org.apache.commons.collections.map declared as AbstractHashedMapModifier and TypeFieldDescriptionprotected final AbstractHashedMapMultiKeyMap.mapThe decorated mapprotected final AbstractHashedMapAbstractHashedMap.EntrySet.parentThe parent mapprotected final AbstractHashedMapAbstractHashedMap.HashIterator.parentThe parent mapprotected final AbstractHashedMapAbstractHashedMap.KeySet.parentThe parent mapprotected final AbstractHashedMapAbstractHashedMap.Values.parentThe parent mapMethods in org.apache.commons.collections.map that return AbstractHashedMapModifier and TypeMethodDescriptionprotected AbstractHashedMapFlat3Map.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 MultiKeyMapMultiKeyMap.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 AbstractHashedMapModifierConstructorDescriptionprotectedEntrySet(AbstractHashedMap parent) protectedEntrySetIterator(AbstractHashedMap parent) protectedHashIterator(AbstractHashedMap parent) protectedHashMapIterator(AbstractHashedMap parent) protectedKeySet(AbstractHashedMap parent) protectedKeySetIterator(AbstractHashedMap parent) protectedConstructor that decorates the specified map and is called fromMultiKeyMap.decorate(AbstractHashedMap).protectedValues(AbstractHashedMap parent) protectedValuesIterator(AbstractHashedMap parent)