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

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

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

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

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

Subclasses of ForwardingObject 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.