Package org.apache.pivot.collections.concurrent
Contains a set of thread-safe collection implementations.
-
Class Summary Class Description SynchronizedList<T> Synchronized implementation of theListinterface.SynchronizedMap<K,V> Synchronized implementation of theMapinterface.SynchronizedQueue<T> Synchronized implementation of theQueueinterface.SynchronizedSet<E> Synchronized implementation of theSetinterface.SynchronizedStack<T> Synchronized implementation of theStackinterface.