Class Hierarchy
- java.lang.Object
- com.illumon.util.queue.LockFreeArrayQueue<T> (implements com.illumon.util.queue.ConcurrentQueue<T>, com.fishlib.base.queue.ProducerConsumer.MultiProducerConsumer<T>)
- com.illumon.util.queue.SynchronizedLinkedConcurrentQueue<T> (implements com.illumon.util.queue.ConcurrentQueue<T>)
Interface Hierarchy
- com.illumon.util.queue.ConcurrentQueue<T>