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

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

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

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



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.