Uses of Class
org.jboss.util.collection.ReferenceValueHashMap

Packages that use ReferenceValueHashMap
org.jboss.util.collection Extentions to the Java Collections framework
 

Uses of ReferenceValueHashMap in org.jboss.util.collection
 

Subclasses of ReferenceValueHashMap in org.jboss.util.collection
 class SoftValueHashMap<K,V>
          This Map will remove entries when the value in the map has been cleaned from garbage collection
 class WeakValueHashMap<K,V>
          This Map will remove entries when the value in the map has been cleaned from garbage collection
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.