LinkedBlockingQueue.this

Creates a {@code LinkedBlockingQueue} with a capacity of {@link Integer#MAX_VALUE}.

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

Meta