Uses of Class
org.apache.commons.collections4.map.AbstractReferenceMap
Packages that use AbstractReferenceMap
Package
Description
-
Uses of AbstractReferenceMap in org.apache.commons.collections4.map
Subclasses of AbstractReferenceMap in org.apache.commons.collections4.mapModifier 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.Fields in org.apache.commons.collections4.map declared as AbstractReferenceMapModifier and TypeFieldDescription(package private) final AbstractReferenceMap<K, V> AbstractReferenceMap.ReferenceBaseIterator.parentThe parent mapprivate final AbstractReferenceMap<K, V> AbstractReferenceMap.ReferenceEntry.parentThe parent mapConstructors in org.apache.commons.collections4.map with parameters of type AbstractReferenceMapModifierConstructorDescriptionReferenceBaseIterator(AbstractReferenceMap<K, V> parent) ReferenceEntry(AbstractReferenceMap<K, V> parent, AbstractHashedMap.HashEntry<K, V> next, int hashCode, K key, V value) Creates a new entry object for the ReferenceMap.ReferenceEntrySetIterator(AbstractReferenceMap<K, V> parent) (package private)ReferenceKeySetIterator(AbstractReferenceMap<K, ?> parent) protectedReferenceMapIterator(AbstractReferenceMap<K, V> parent) (package private)ReferenceValuesIterator(AbstractReferenceMap<?, V> parent)