JBoss Common Classes 2.2.17.GA-redhat-1

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

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

Uses of ReferenceValueMap in org.jboss.util.collection
 

Subclasses of ReferenceValueMap in org.jboss.util.collection
 class ReferenceValueHashMap<K,V>
          This Map will remove entries when the value in the map has been cleaned from garbage collection
 class ReferenceValueTreeMap<K,V>
          This Map will remove entries when the value in the map has been cleaned from garbage collection
 class SoftValueHashMap<K,V>
          This Map will remove entries when the value in the map has been cleaned from garbage collection
 class SoftValueTreeMap<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
 class WeakValueTreeMap<K,V>
          This Map will remove entries when the value in the map has been cleaned from garbage collection
 


JBoss Common Classes 2.2.17.GA-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.