Uses of Class
org.apache.commons.collections4.map.AbstractReferenceMap
Package
Description
-
Uses of AbstractReferenceMap in org.apache.commons.collections4.map
Modifier and TypeClassDescriptionclass
ReferenceIdentityMap<K,
V> AMap
implementation that allows mappings to be removed by the garbage collector and matches keys and values based on==
notequals()
.class
ReferenceMap<K,
V> AMap
implementation that allows mappings to be removed by the garbage collector.ModifierConstructorDescriptionReferenceEntry
(AbstractReferenceMap<K, V> parent, AbstractHashedMap.HashEntry<K, V> next, int hashCode, K key, V value) Creates a new entry object for the ReferenceMap.