Class BlockingBoundedFIFO<T>


  • public final class BlockingBoundedFIFO<T>
    extends Object
    BlockingBoundedFIFO Thread-safe blocking FIFO with a bounded size.
    • Constructor Detail

      • BlockingBoundedFIFO

        public BlockingBoundedFIFO​(int maxSize,
                                   long timeout)
        Constructor