Uses of Class
org.apache.commons.collections4.map.AbstractReferenceMap

Packages that use AbstractReferenceMap
org.apache.commons.collections4.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of AbstractReferenceMap in org.apache.commons.collections4.map
 

Subclasses of AbstractReferenceMap in org.apache.commons.collections4.map
 class ReferenceIdentityMap<K,V>
          A Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based on == not equals().
 class ReferenceMap<K,V>
          A Map implementation that allows mappings to be removed by the garbage collector.
 

Constructors in org.apache.commons.collections4.map with parameters of type AbstractReferenceMap
AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap<K,V> parent, AbstractHashedMap.HashEntry<K,V> next, int hashCode, K key, V value)
          Creates a new entry object for the ReferenceMap.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.