Class AtomicQueueFactory


  • public class AtomicQueueFactory
    extends java.lang.Object
    The queue factory produces Queue instances based on a best fit to the ConcurrentQueueSpec. This allows minimal dependencies between user code and the queue implementations and gives users a way to express their requirements on a higher level.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <E> java.util.Queue<E> newQueue​(ConcurrentQueueSpec qs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AtomicQueueFactory

        public AtomicQueueFactory()