Package org.jboss.webbeans.util.collections

Interface Summary
ConcurrentCollection<E> Adds concurrent add operations to the collection interface.
 

Class Summary
ConcurrentCache<K,V> Represents a thread safe map
ConcurrentList<E> Implementation of ConcurrentCollection using a CopyOnWriteArrayList
ForwardingCollection<E> A collection which forwards all its method calls to another collection.
ForwardingConcurrentMap<K,V> A concurrent map which forwards all its method calls to another concurrent map.
ForwardingMap<K,V> A map which forwards all its method calls to another map.
ForwardingObject An abstract base class for implementing the decorator pattern.
ForwardingSet<E> A set which forwards all its method calls to another set.
 



Copyright © 2011. All Rights Reserved.