LinkedBlockingQueue.this

Creates a {@code LinkedBlockingQueue} with the given (fixed) capacity.

@param capacity the capacity of this queue @throws IllegalArgumentException if {@code capacity} is not greater than zero

  1. this()
  2. this(int capacity)
    class LinkedBlockingQueue(E)
    this
    ()
  3. this(Collection!(E) c)

Meta