Package bbflow

Class squeue<T>

Type Parameters:
T - Type of the elements in the queue
All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, Queue<T>

public class squeue<T> extends ConcurrentLinkedQueue<T>
Reimplementation of ConcurrentLinkedQueue in Bounded manner Taken inspiration from Hadoop class BoundedConcurrentLinkedQueue
See Also: