Uses of Class
org.apache.commons.collections4.map.AbstractHashedMap
Packages that use AbstractHashedMap
Package
Description
-
Uses of AbstractHashedMap in org.apache.commons.collections4.map
Subclasses of AbstractHashedMap in org.apache.commons.collections4.mapModifier and TypeClassDescriptionclassAbstractLinkedMap<K,V> 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.classAbstractReferenceMap<K,V> An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.classCaseInsensitiveMap<K,V> A case-insensitiveMap.classHashedMap<K,V> AMapimplementation that is a general purpose alternative toHashMap.classLinkedMap<K,V> AMapimplementation that maintains the order of the entries.classLRUMap<K,V> AMapimplementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.classReferenceIdentityMap<K,V> AMapimplementation that allows mappings to be removed by the garbage collector and matches keys and values based on==notequals().classReferenceMap<K,V> AMapimplementation that allows mappings to be removed by the garbage collector.Methods in org.apache.commons.collections4.map that return AbstractHashedMapModifier and TypeMethodDescriptionprotected AbstractHashedMap<K,V> AbstractHashedMap.clone()Clones the map without cloning the keys or values.protected AbstractHashedMap<K,V> Flat3Map.createDelegateMap()Create an instance of the map used for storage when in delegation mode.protected AbstractHashedMap<MultiKey<? extends K>,V> MultiKeyMap.decorated()Gets the map being decorated.Methods in org.apache.commons.collections4.map with parameters of type AbstractHashedMapModifier and TypeMethodDescriptionstatic <K,V> MultiKeyMap<K, V> MultiKeyMap.multiKeyMap(AbstractHashedMap<MultiKey<? extends K>, V> map) Decorates the specified map to add the MultiKeyMap API and fast query.Constructors in org.apache.commons.collections4.map with parameters of type AbstractHashedMapModifierConstructorDescriptionprotectedEntrySet(AbstractHashedMap<K, V> parent) protectedEntrySetIterator(AbstractHashedMap<K, V> parent) protectedHashIterator(AbstractHashedMap<K, V> parent) protectedHashMapIterator(AbstractHashedMap<K, V> parent) protectedKeySet(AbstractHashedMap<K, ?> parent) protectedKeySetIterator(AbstractHashedMap<K, ?> parent) protectedMultiKeyMap(AbstractHashedMap<MultiKey<? extends K>, V> map) Constructor that decorates the specified map and is called fromMultiKeyMap.multiKeyMap(AbstractHashedMap).protectedValues(AbstractHashedMap<?, V> parent) protectedValuesIterator(AbstractHashedMap<?, V> parent)