Package org.apache.pivot.collections.concurrent

Contains a set of thread-safe collection implementations.

See:
          Description

Class Summary
SynchronizedList<T> Synchronized implementation of the List interface.
SynchronizedMap<K,V> Synchronized implementation of the Map interface.
SynchronizedQueue<T> Synchronized implementation of the Queue interface.
SynchronizedSet<E> Synchronized implementation of the Set interface.
SynchronizedStack<T> Synchronized implementation of the Stack interface.
 

Package org.apache.pivot.collections.concurrent Description

Contains a set of thread-safe collection implementations.