LinkedBlockingQueue.put

Inserts the specified element at the tail of this queue, waiting if necessary for space to become available.

@throws InterruptedException {@inheritDoc} @throws NullPointerException {@inheritDoc}

class LinkedBlockingQueue(E)
void
put
(
E e
)

Meta