Uses of Class
org.apache.openjpa.lib.util.collections.AbstractReferenceMap
Packages that use AbstractReferenceMap
Package
Description
General Utilities
commons-collections4 import.
-
Uses of AbstractReferenceMap in org.apache.openjpa.lib.util
Subclasses of AbstractReferenceMap in org.apache.openjpa.lib.utilModifier and TypeClassDescriptionclassMap in which the key, value, or both may be weak/soft references. -
Uses of AbstractReferenceMap in org.apache.openjpa.lib.util.collections
Subclasses of AbstractReferenceMap in org.apache.openjpa.lib.util.collectionsModifier and TypeClassDescriptionclassReferenceIdentityMap<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.Constructors in org.apache.openjpa.lib.util.collections with parameters of type AbstractReferenceMapModifierConstructorDescriptionReferenceEntry(AbstractReferenceMap<K, V> parent, AbstractHashedMap.HashEntry<K, V> next, int hashCode, K key, V value) Creates a new entry object for the ReferenceMap.