Package org.mentaqueue

Interface Summary
BatchingQueue<E> A queue API that allows batching and pooling of objects.
 

Class Summary
AtomicQueue<E>  
BlockingArrayQueue<E>  
BlockingLinkedQueue<E>  
BlockingQueue<E>  
BrokenFastQueue<E>  
ConcurrentLinkedQueue<E>  
LockedQueue<E>  
NonBatchingQueue<E> A non-batching queue wrapper that takes a BatchingQueue and makes it non-batching by implementing only the poll() and offer() methods.
NonBatchingQueue.Entry<E>  
SynchronizedQueue<E>  
VolatileQueue<E>  
 



Copyright © 2012. All Rights Reserved.