Class SynchronizedLinkedConcurrentQueue<T>

java.lang.Object
com.illumon.util.queue.SynchronizedLinkedConcurrentQueue<T>
All Implemented Interfaces:
ConcurrentQueue<T>

public class SynchronizedLinkedConcurrentQueue<T>
extends Object
implements ConcurrentQueue<T>
Unconstrained low-allocation queue, implemented via intrusive linked list. All access is synchronized.