Uses of Class
org.apache.openjpa.lib.util.collections.AbstractHashedMap
Packages that use AbstractHashedMap
Package
Description
General Utilities
commons-collections4 import.
-
Uses of AbstractHashedMap in org.apache.openjpa.lib.util
Subclasses of AbstractHashedMap in org.apache.openjpa.lib.utilModifier and TypeClassDescriptionclassExtension of the commonsLRUMapthat can change its maximum size.classMap in which the key, value, or both may be weak/soft references. -
Uses of AbstractHashedMap in org.apache.openjpa.lib.util.collections
Subclasses of AbstractHashedMap in org.apache.openjpa.lib.util.collectionsModifier 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.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.openjpa.lib.util.collections that return AbstractHashedMapModifier and TypeMethodDescriptionprotected AbstractHashedMap<K,V> AbstractHashedMap.clone()Clones the map without cloning the keys or values.Constructors in org.apache.openjpa.lib.util.collections 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) protectedValues(AbstractHashedMap<?, V> parent) protectedValuesIterator(AbstractHashedMap<?, V> parent)