Uses of Package
org.jboss.webbeans.util.collections

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

Classes in org.jboss.webbeans.util.collections used by org.jboss.webbeans.util.collections
ConcurrentCollection
          Adds concurrent add operations to the collection interface.
ConcurrentList
          Implementation of ConcurrentCollection using a CopyOnWriteArrayList
ForwardingCollection
          A collection which forwards all its method calls to another collection.
ForwardingMap
          A map which forwards all its method calls to another map.
ForwardingObject
          An abstract base class for implementing the decorator pattern.
 

Classes in org.jboss.webbeans.util.collections used by org.jboss.webbeans.util.collections.multi
ConcurrentList
          Implementation of ConcurrentCollection using a CopyOnWriteArrayList
ForwardingConcurrentMap
          A concurrent map which forwards all its method calls to another concurrent map.
ForwardingMap
          A map which forwards all its method calls to another map.
ForwardingObject
          An abstract base class for implementing the decorator pattern.
 



Copyright © 2011. All Rights Reserved.