Uses of Class
org.apache.commons.collections.map.AbstractReferenceMap
-
Packages that use AbstractReferenceMap Package Description org.apache.commons.collections.map -
-
Uses of AbstractReferenceMap in org.apache.commons.collections.map
Subclasses of AbstractReferenceMap in org.apache.commons.collections.map Modifier and Type Class Description classReferenceIdentityMapAMapimplementation that allows mappings to be removed by the garbage collector and matches keys and values based on==notequals().classReferenceMapAMapimplementation that allows mappings to be removed by the garbage collector.Fields in org.apache.commons.collections.map declared as AbstractReferenceMap Modifier and Type Field Description protected AbstractReferenceMapAbstractReferenceMap.ReferenceEntry. parentThe parent mapConstructors in org.apache.commons.collections.map with parameters of type AbstractReferenceMap Constructor Description ReferenceEntry(AbstractReferenceMap parent, AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)Creates a new entry object for the ReferenceMap.
-