Uses of Class
org.jboss.webbeans.util.collections.ForwardingMap

Packages that use ForwardingMap
org.jboss.webbeans.util.collections   
org.jboss.webbeans.util.collections.multi   
 

Uses of ForwardingMap in org.jboss.webbeans.util.collections
 

Subclasses of ForwardingMap in org.jboss.webbeans.util.collections
 class ConcurrentCache<K,V>
          Represents a thread safe map
 class ForwardingConcurrentMap<K,V>
          A concurrent map which forwards all its method calls to another concurrent map.
 

Uses of ForwardingMap in org.jboss.webbeans.util.collections.multi
 

Subclasses of ForwardingMap in org.jboss.webbeans.util.collections.multi
 class ConcurrentListHashMultiMap<K,V>
          An concurrent multimap which is internally backed by a a ConcurrentHashMap and a CopyOnWriteArrayList
 class ConcurrentSetHashMultiMap<K,V>
          An concurrent multimap which is internally backed by a a ConcurrentHashMap and a CopyOnWriteArraySet
 class ListHashMultiMap<K,V>
          An multimap which is internally backed by a HashMap and a ArrayList
 class SetHashMultiMap<K,V>
          An multimap which is internally backed by a HashMap and a HashSet
 



Copyright © 2011. All Rights Reserved.