Class BlockingQueues


  • public class BlockingQueues
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BlockingQueues.Sync<T>  
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockingQueues()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.concurrent.BlockingQueue<T> newBlockingQueue()  
      static <T> java.util.concurrent.BlockingQueue<T> newBlockingQueue​(int capacity)  
      • Methods inherited from class java.lang.Object

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

      • BlockingQueues

        public BlockingQueues()
    • Method Detail

      • newBlockingQueue

        public static <T> java.util.concurrent.BlockingQueue<T> newBlockingQueue()
      • newBlockingQueue

        public static <T> java.util.concurrent.BlockingQueue<T> newBlockingQueue​(int capacity)